Class: DragonpayPayment::Configuration
- Inherits:
-
Object
- Object
- DragonpayPayment::Configuration
- Defined in:
- lib/dragonpay_payment/configuration.rb
Instance Attribute Summary collapse
-
#merchant_id ⇒ Object
Returns the value of attribute merchant_id.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
5 6 7 8 |
# File 'lib/dragonpay_payment/configuration.rb', line 5 def initialize @merchant_id @secret_key end |
Instance Attribute Details
#merchant_id ⇒ Object
Returns the value of attribute merchant_id.
3 4 5 |
# File 'lib/dragonpay_payment/configuration.rb', line 3 def merchant_id @merchant_id end |
#secret_key ⇒ Object
Returns the value of attribute secret_key.
3 4 5 |
# File 'lib/dragonpay_payment/configuration.rb', line 3 def secret_key @secret_key end |