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