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