Class: OrderInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



2
3
4
# File 'lib/order_info.rb', line 2

def amount
  @amount
end

#created_atObject

Returns the value of attribute created_at.



2
3
4
# File 'lib/order_info.rb', line 2

def created_at
  @created_at
end

#descriptionObject

Returns the value of attribute description.



2
3
4
# File 'lib/order_info.rb', line 2

def description
  @description
end

#payment_refObject

Returns the value of attribute payment_ref.



2
3
4
# File 'lib/order_info.rb', line 2

def payment_ref
  @payment_ref
end