Class: OrderInfo
- Inherits:
-
Object
- Object
- OrderInfo
- Defined in:
- lib/order_info.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#payment_ref ⇒ Object
Returns the value of attribute payment_ref.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
2 3 4 |
# File 'lib/order_info.rb', line 2 def amount @amount end |
#created_at ⇒ Object
Returns the value of attribute created_at.
2 3 4 |
# File 'lib/order_info.rb', line 2 def created_at @created_at end |
#description ⇒ Object
Returns the value of attribute description.
2 3 4 |
# File 'lib/order_info.rb', line 2 def description @description end |
#payment_ref ⇒ Object
Returns the value of attribute payment_ref.
2 3 4 |
# File 'lib/order_info.rb', line 2 def payment_ref @payment_ref end |