Class: MandarinApi::Configuration
- Inherits:
-
Object
- Object
- MandarinApi::Configuration
- Defined in:
- lib/mandarin_api/configuration.rb
Overview
Configuration class
Instance Attribute Summary collapse
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#merchant_id ⇒ Object
Returns the value of attribute merchant_id.
-
#request_url ⇒ Object
Returns the value of attribute request_url.
-
#secret ⇒ Object
Returns the value of attribute secret.
Instance Attribute Details
#logger ⇒ Object
Returns the value of attribute logger.
4 5 6 |
# File 'lib/mandarin_api/configuration.rb', line 4 def logger @logger end |
#merchant_id ⇒ Object
Returns the value of attribute merchant_id.
4 5 6 |
# File 'lib/mandarin_api/configuration.rb', line 4 def merchant_id @merchant_id end |
#request_url ⇒ Object
Returns the value of attribute request_url.
4 5 6 |
# File 'lib/mandarin_api/configuration.rb', line 4 def request_url @request_url end |
#secret ⇒ Object
Returns the value of attribute secret.
4 5 6 |
# File 'lib/mandarin_api/configuration.rb', line 4 def secret @secret end |