Class: VaucharAPI::Configuration
- Inherits:
-
Object
- Object
- VaucharAPI::Configuration
- Defined in:
- lib/vauchar_api/configuration.rb
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.merchant_id ⇒ Object
Returns the value of attribute merchant_id.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
4 5 6 |
# File 'lib/vauchar_api/configuration.rb', line 4 def api_key @api_key end |
.merchant_id ⇒ Object
Returns the value of attribute merchant_id.
4 5 6 |
# File 'lib/vauchar_api/configuration.rb', line 4 def merchant_id @merchant_id end |