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