abunashir/veeqo

View on GitHub
lib/veeqo/purchase_order.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Veeqo
  class PurchaseOrder < Base
    include Veeqo::Actions::List

    private

    def end_point
      "purchase_orders"
    end
  end
end