Class: Omnipay::Adapter::ConfigField

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#explainationObject

Returns the value of attribute explaination

Returns:

  • (Object)

    the current value of explaination



17
18
19
# File 'lib/omnipay/adapter.rb', line 17

def explaination
  @explaination
end

#mandatoryObject

Returns the value of attribute mandatory

Returns:

  • (Object)

    the current value of mandatory



17
18
19
# File 'lib/omnipay/adapter.rb', line 17

def mandatory
  @mandatory
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



17
18
19
# File 'lib/omnipay/adapter.rb', line 17

def value
  @value
end