Class: E3DCMqtt::E3DCConfig
- Inherits:
-
Data
- Object
- Data
- E3DCMqtt::E3DCConfig
- Defined in:
- lib/e3dc_mqtt/config.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
readonly
Returns the value of attribute host.
-
#interval ⇒ Object
readonly
Returns the value of attribute interval.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#password ⇒ Object
readonly
Returns the value of attribute password.
-
#port ⇒ Object
readonly
Returns the value of attribute port.
-
#statistic_update_interval ⇒ Object
readonly
Returns the value of attribute statistic_update_interval.
-
#username ⇒ Object
readonly
Returns the value of attribute username.
Instance Attribute Details
#host ⇒ Object (readonly)
Returns the value of attribute host
6 7 8 |
# File 'lib/e3dc_mqtt/config.rb', line 6 def host @host end |
#interval ⇒ Object (readonly)
Returns the value of attribute interval
6 7 8 |
# File 'lib/e3dc_mqtt/config.rb', line 6 def interval @interval end |
#key ⇒ Object (readonly)
Returns the value of attribute key
6 7 8 |
# File 'lib/e3dc_mqtt/config.rb', line 6 def key @key end |
#password ⇒ Object (readonly)
Returns the value of attribute password
6 7 8 |
# File 'lib/e3dc_mqtt/config.rb', line 6 def password @password end |
#port ⇒ Object (readonly)
Returns the value of attribute port
6 7 8 |
# File 'lib/e3dc_mqtt/config.rb', line 6 def port @port end |
#statistic_update_interval ⇒ Object (readonly)
Returns the value of attribute statistic_update_interval
6 7 8 |
# File 'lib/e3dc_mqtt/config.rb', line 6 def statistic_update_interval @statistic_update_interval end |
#username ⇒ Object (readonly)
Returns the value of attribute username
6 7 8 |
# File 'lib/e3dc_mqtt/config.rb', line 6 def username @username end |