Class: Omise::Capability::PaymentMethod

Inherits:
Struct
  • Object
show all
Defined in:
lib/omise/capability.rb

Instance Attribute Summary collapse

Instance Attribute Details

#card_brandsObject

Returns the value of attribute card_brands

Returns:

  • (Object)

    the current value of card_brands



8
9
10
# File 'lib/omise/capability.rb', line 8

def card_brands
  @card_brands
end

#currenciesObject

Returns the value of attribute currencies

Returns:

  • (Object)

    the current value of currencies



8
9
10
# File 'lib/omise/capability.rb', line 8

def currencies
  @currencies
end

#installment_termsObject

Returns the value of attribute installment_terms

Returns:

  • (Object)

    the current value of installment_terms



8
9
10
# File 'lib/omise/capability.rb', line 8

def installment_terms
  @installment_terms
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/omise/capability.rb', line 8

def name
  @name
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



8
9
10
# File 'lib/omise/capability.rb', line 8

def object
  @object
end