Class: E3DCMqtt::Config

Inherits:
Data
  • Object
show all
Defined in:
lib/e3dc_mqtt/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#e3dcObject (readonly)

Returns the value of attribute e3dc

Returns:

  • (Object)

    the current value of e3dc



15
16
17
# File 'lib/e3dc_mqtt/config.rb', line 15

def e3dc
  @e3dc
end

#log_levelObject (readonly)

Returns the value of attribute log_level

Returns:

  • (Object)

    the current value of log_level



15
16
17
# File 'lib/e3dc_mqtt/config.rb', line 15

def log_level
  @log_level
end

#mqttObject (readonly)

Returns the value of attribute mqtt

Returns:

  • (Object)

    the current value of mqtt



15
16
17
# File 'lib/e3dc_mqtt/config.rb', line 15

def mqtt
  @mqtt
end