Class: E3DCMqtt::Config
- Inherits:
-
Data
- Object
- Data
- E3DCMqtt::Config
- Defined in:
- lib/e3dc_mqtt/config.rb
Instance Attribute Summary collapse
-
#e3dc ⇒ Object
readonly
Returns the value of attribute e3dc.
-
#log_level ⇒ Object
readonly
Returns the value of attribute log_level.
-
#mqtt ⇒ Object
readonly
Returns the value of attribute mqtt.
Instance Attribute Details
#e3dc ⇒ Object (readonly)
Returns the value of attribute e3dc
15 16 17 |
# File 'lib/e3dc_mqtt/config.rb', line 15 def e3dc @e3dc end |
#log_level ⇒ Object (readonly)
Returns the value of attribute log_level
15 16 17 |
# File 'lib/e3dc_mqtt/config.rb', line 15 def log_level @log_level end |
#mqtt ⇒ Object (readonly)
Returns the value of attribute mqtt
15 16 17 |
# File 'lib/e3dc_mqtt/config.rb', line 15 def mqtt @mqtt end |