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