Class: AmazonSellerCentral::Order

Inherits:
Object
  • Object
show all
Defined in:
lib/amazon_seller_central/order.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject

Returns the value of attribute date.



3
4
5
# File 'lib/amazon_seller_central/order.rb', line 3

def date
  @date
end

#order_idObject

Returns the value of attribute order_id.



3
4
5
# File 'lib/amazon_seller_central/order.rb', line 3

def order_id
  @order_id
end

#statusObject

Returns the value of attribute status.



3
4
5
# File 'lib/amazon_seller_central/order.rb', line 3

def status
  @status
end