Class: Omnipay::Adapter::ConfigField
- Inherits:
-
Struct
- Object
- Struct
- Omnipay::Adapter::ConfigField
- Defined in:
- lib/omnipay/adapter.rb
Overview
Handle adapter and payment configuration Can be defined
-
at the class level
-
at the adapter initialization
-
at the payment redirection (only payment config)
Adapter config is mandatory Payment config is not, but extra fields are
Instance Attribute Summary collapse
-
#explaination ⇒ Object
Returns the value of attribute explaination.
-
#mandatory ⇒ Object
Returns the value of attribute mandatory.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#explaination ⇒ Object
Returns the value of attribute explaination
17 18 19 |
# File 'lib/omnipay/adapter.rb', line 17 def explaination @explaination end |
#mandatory ⇒ Object
Returns the value of attribute mandatory
17 18 19 |
# File 'lib/omnipay/adapter.rb', line 17 def mandatory @mandatory end |
#value ⇒ Object
Returns the value of attribute value
17 18 19 |
# File 'lib/omnipay/adapter.rb', line 17 def value @value end |