Class: Omise::Capability::PaymentMethod
- Inherits:
-
Struct
- Object
- Struct
- Omise::Capability::PaymentMethod
- Defined in:
- lib/omise/capability.rb
Instance Attribute Summary collapse
-
#card_brands ⇒ Object
Returns the value of attribute card_brands.
-
#currencies ⇒ Object
Returns the value of attribute currencies.
-
#installment_terms ⇒ Object
Returns the value of attribute installment_terms.
-
#name ⇒ Object
Returns the value of attribute name.
-
#object ⇒ Object
Returns the value of attribute object.
Instance Attribute Details
#card_brands ⇒ Object
Returns the value of attribute card_brands
8 9 10 |
# File 'lib/omise/capability.rb', line 8 def card_brands @card_brands end |
#currencies ⇒ Object
Returns the value of attribute currencies
8 9 10 |
# File 'lib/omise/capability.rb', line 8 def currencies @currencies end |
#installment_terms ⇒ Object
Returns the value of attribute installment_terms
8 9 10 |
# File 'lib/omise/capability.rb', line 8 def installment_terms @installment_terms end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/omise/capability.rb', line 8 def name @name end |
#object ⇒ Object
Returns the value of attribute object
8 9 10 |
# File 'lib/omise/capability.rb', line 8 def object @object end |