Class: Ecommerce::Resources::InvoiceOrderCollection
- Inherits:
-
Collection
- Object
- Base
- Collection
- Ecommerce::Resources::InvoiceOrderCollection
- Defined in:
- lib/ecommerce/resources/invoice_order_collection.rb
Overview
A wrapper to Ecommerce orders API.
Constant Summary
Constants inherited from Collection
Instance Attribute Summary
Attributes inherited from Collection
#collection, #headers, #response
Instance Method Summary collapse
Methods inherited from Collection
#build, build, #first_page, #initialize, #last_page, #next_page, #previous_page
Methods inherited from Base
Constructor Details
This class inherits a constructor from Ecommerce::Resources::Collection
Instance Method Details
#orders ⇒ Object
7 8 9 |
# File 'lib/ecommerce/resources/invoice_order_collection.rb', line 7 def orders collection end |