Class: PaymentGateway::Mundipagg::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/payment_gateway/mundipagg.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_keyObject

Returns the value of attribute access_key.



20
21
22
# File 'lib/payment_gateway/mundipagg.rb', line 20

def access_key
  @access_key
end