Class: BigCommerce::ManagementAPI::Inventories
- Inherits:
-
Object
- Object
- BigCommerce::ManagementAPI::Inventories
- Defined in:
- lib/big_commerce/management_api/inventories.rb
Defined Under Namespace
Classes: Items
Instance Attribute Summary collapse
-
#items ⇒ Object
readonly
Returns the value of attribute items.
Instance Method Summary collapse
-
#initialize(*argz) ⇒ Inventories
constructor
A new instance of Inventories.
Constructor Details
#initialize(*argz) ⇒ Inventories
Returns a new instance of Inventories.
29 30 31 |
# File 'lib/big_commerce/management_api/inventories.rb', line 29 def initialize(*argz) @items = Items.new(*argz) end |
Instance Attribute Details
#items ⇒ Object (readonly)
Returns the value of attribute items.
27 28 29 |
# File 'lib/big_commerce/management_api/inventories.rb', line 27 def items @items end |