Class: Akatus::PaymentType
- Inherits:
-
Object
- Object
- Akatus::PaymentType
- Includes:
- Transferrable
- Defined in:
- lib/akatus/payment_types.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods included from Transferrable
included, #initialize, #to_payload
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type.
5 6 7 |
# File 'lib/akatus/payment_types.rb', line 5 def type @type end |