Class: QPay::Transaction
- Inherits:
-
Struct
- Object
- Struct
- QPay::Transaction
- Defined in:
- lib/qpay/models.rb
Instance Attribute Summary collapse
-
#accounts ⇒ Object
Returns the value of attribute accounts.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#description ⇒ Object
Returns the value of attribute description.
Instance Attribute Details
#accounts ⇒ Object
Returns the value of attribute accounts
42 43 44 |
# File 'lib/qpay/models.rb', line 42 def accounts @accounts end |
#amount ⇒ Object
Returns the value of attribute amount
42 43 44 |
# File 'lib/qpay/models.rb', line 42 def amount @amount end |
#description ⇒ Object
Returns the value of attribute description
42 43 44 |
# File 'lib/qpay/models.rb', line 42 def description @description end |