Class: VehicleData::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/vehicle_data.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_keyObject

Returns the value of attribute app_key.



51
52
53
# File 'lib/vehicle_data.rb', line 51

def app_key
  @app_key
end

#secretObject

Returns the value of attribute secret.



51
52
53
# File 'lib/vehicle_data.rb', line 51

def secret
  @secret
end