Class: Ecommerce::Resources::InvoiceOrderCollection

Inherits:
Collection show all
Defined in:
lib/ecommerce/resources/invoice_order_collection.rb

Overview

A wrapper to Ecommerce orders API.

Constant Summary

Constants inherited from Collection

Collection::PAGE_REGEX

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

client, #initialize

Constructor Details

This class inherits a constructor from Ecommerce::Resources::Collection

Instance Method Details

#ordersObject



7
8
9
# File 'lib/ecommerce/resources/invoice_order_collection.rb', line 7

def orders
  collection
end