Class: PaymentGateway::Mundipagg::Configuration
- Inherits:
-
Object
- Object
- PaymentGateway::Mundipagg::Configuration
- Defined in:
- lib/payment_gateway/mundipagg.rb
Instance Attribute Summary collapse
-
#access_key ⇒ Object
Returns the value of attribute access_key.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
22 23 24 |
# File 'lib/payment_gateway/mundipagg.rb', line 22 def initialize @access_key = nil end |
Instance Attribute Details
#access_key ⇒ Object
Returns the value of attribute access_key.
20 21 22 |
# File 'lib/payment_gateway/mundipagg.rb', line 20 def access_key @access_key end |