Class: PaymobRuby::Configuration
- Inherits:
-
Object
- Object
- PaymobRuby::Configuration
- Defined in:
- lib/paymob_ruby/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#hmac_key ⇒ Object
Returns the value of attribute hmac_key.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
3 4 5 |
# File 'lib/paymob_ruby/configuration.rb', line 3 def api_key @api_key end |
#hmac_key ⇒ Object
Returns the value of attribute hmac_key.
3 4 5 |
# File 'lib/paymob_ruby/configuration.rb', line 3 def hmac_key @hmac_key end |