Class: MandarinApi::Configuration
- Inherits:
-
Object
- Object
- MandarinApi::Configuration
- Defined in:
- lib/mandarin_api/configuration.rb
Instance Attribute Summary collapse
-
#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
#merchant_id ⇒ Object
Returns the value of attribute merchant_id.
3 4 5 |
# File 'lib/mandarin_api/configuration.rb', line 3 def merchant_id @merchant_id end |
#request_url ⇒ Object
Returns the value of attribute request_url.
3 4 5 |
# File 'lib/mandarin_api/configuration.rb', line 3 def request_url @request_url end |
#secret ⇒ Object
Returns the value of attribute secret.
3 4 5 |
# File 'lib/mandarin_api/configuration.rb', line 3 def secret @secret end |