Class: Orderspace::Structs::OrderList

Inherits:
Struct
  • Object
show all
Defined in:
lib/orderspace/struct/order.rb

Instance Attribute Summary collapse

Instance Attribute Details

#has_moreObject

Returns the value of attribute has_more

Returns:

  • (Object)

    the current value of has_more



11
12
13
# File 'lib/orderspace/struct/order.rb', line 11

def has_more
  @has_more
end

#ordersObject

Returns the value of attribute orders

Returns:

  • (Object)

    the current value of orders



11
12
13
# File 'lib/orderspace/struct/order.rb', line 11

def orders
  @orders
end