Class: PinPayment::Transfer::LineItem
- Defined in:
- lib/pin_payment/transfer.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
readonly
Returns the value of attribute amount.
-
#object ⇒ Object
readonly
Returns the value of attribute object.
-
#token ⇒ Object
readonly
Returns the value of attribute token.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from PinPayment::Base
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
52 53 54 |
# File 'lib/pin_payment/transfer.rb', line 52 def amount @amount end |
#object ⇒ Object
Returns the value of attribute object.
52 53 54 |
# File 'lib/pin_payment/transfer.rb', line 52 def object @object end |
#token ⇒ Object
Returns the value of attribute token.
52 53 54 |
# File 'lib/pin_payment/transfer.rb', line 52 def token @token end |
#type ⇒ Object
Returns the value of attribute type.
52 53 54 |
# File 'lib/pin_payment/transfer.rb', line 52 def type @type end |