Class: Orderspace::Structs::CustomerList

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

Instance Attribute Summary collapse

Instance Attribute Details

#customersObject

Returns the value of attribute customers

Returns:

  • (Object)

    the current value of customers



10
11
12
# File 'lib/orderspace/struct/customer.rb', line 10

def customers
  @customers
end

#has_moreObject

Returns the value of attribute has_more

Returns:

  • (Object)

    the current value of has_more



10
11
12
# File 'lib/orderspace/struct/customer.rb', line 10

def has_more
  @has_more
end