Class: E3DCMqtt::E3DCConfig

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

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject (readonly)

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



6
7
8
# File 'lib/e3dc_mqtt/config.rb', line 6

def host
  @host
end

#intervalObject (readonly)

Returns the value of attribute interval

Returns:

  • (Object)

    the current value of interval



6
7
8
# File 'lib/e3dc_mqtt/config.rb', line 6

def interval
  @interval
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



6
7
8
# File 'lib/e3dc_mqtt/config.rb', line 6

def key
  @key
end

#passwordObject (readonly)

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



6
7
8
# File 'lib/e3dc_mqtt/config.rb', line 6

def password
  @password
end

#portObject (readonly)

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



6
7
8
# File 'lib/e3dc_mqtt/config.rb', line 6

def port
  @port
end

#statistic_update_intervalObject (readonly)

Returns the value of attribute statistic_update_interval

Returns:

  • (Object)

    the current value of statistic_update_interval



6
7
8
# File 'lib/e3dc_mqtt/config.rb', line 6

def statistic_update_interval
  @statistic_update_interval
end

#usernameObject (readonly)

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



6
7
8
# File 'lib/e3dc_mqtt/config.rb', line 6

def username
  @username
end