Class: VehicleData::Configuration
- Inherits:
-
Object
- Object
- VehicleData::Configuration
- Defined in:
- lib/vehicle_data.rb
Instance Attribute Summary collapse
-
#app_key ⇒ Object
Returns the value of attribute app_key.
-
#secret ⇒ Object
Returns the value of attribute secret.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
53 54 55 56 |
# File 'lib/vehicle_data.rb', line 53 def initialize @app_key @secret end |
Instance Attribute Details
#app_key ⇒ Object
Returns the value of attribute app_key.
51 52 53 |
# File 'lib/vehicle_data.rb', line 51 def app_key @app_key end |
#secret ⇒ Object
Returns the value of attribute secret.
51 52 53 |
# File 'lib/vehicle_data.rb', line 51 def secret @secret end |