Class: Orderspace::Structs::OrderList
- Inherits:
-
Struct
- Object
- Struct
- Orderspace::Structs::OrderList
- Defined in:
- lib/orderspace/struct/order.rb
Instance Attribute Summary collapse
-
#has_more ⇒ Object
Returns the value of attribute has_more.
-
#orders ⇒ Object
Returns the value of attribute orders.
Instance Attribute Details
#has_more ⇒ Object
Returns the value of attribute has_more
11 12 13 |
# File 'lib/orderspace/struct/order.rb', line 11 def has_more @has_more end |
#orders ⇒ Object
Returns the value of attribute orders
11 12 13 |
# File 'lib/orderspace/struct/order.rb', line 11 def orders @orders end |