Class: Uber::Estimates::Configuration
- Inherits:
-
Object
- Object
- Uber::Estimates::Configuration
- Defined in:
- lib/uber/estimates/configuration.rb
Instance Attribute Summary collapse
-
#server_token ⇒ Object
Returns the value of attribute server_token.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
6 7 8 |
# File 'lib/uber/estimates/configuration.rb', line 6 def initialize @server_token = 'DEFAULT_TOKEN' end |
Instance Attribute Details
#server_token ⇒ Object
Returns the value of attribute server_token.
4 5 6 |
# File 'lib/uber/estimates/configuration.rb', line 4 def server_token @server_token end |