Class: E3DCMqtt::MQTTConfig
- Inherits:
-
Data
- Object
- Data
- E3DCMqtt::MQTTConfig
- Defined in:
- lib/e3dc_mqtt/config.rb
Instance Attribute Summary collapse
-
#client_id ⇒ Object
readonly
Returns the value of attribute client_id.
-
#password ⇒ Object
readonly
Returns the value of attribute password.
-
#root ⇒ Object
readonly
Returns the value of attribute root.
-
#tls_verify ⇒ Object
readonly
Returns the value of attribute tls_verify.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
-
#username ⇒ Object
readonly
Returns the value of attribute username.
Instance Attribute Details
#client_id ⇒ Object (readonly)
Returns the value of attribute client_id
11 12 13 |
# File 'lib/e3dc_mqtt/config.rb', line 11 def client_id @client_id end |
#password ⇒ Object (readonly)
Returns the value of attribute password
11 12 13 |
# File 'lib/e3dc_mqtt/config.rb', line 11 def password @password end |
#root ⇒ Object (readonly)
Returns the value of attribute root
11 12 13 |
# File 'lib/e3dc_mqtt/config.rb', line 11 def root @root end |
#tls_verify ⇒ Object (readonly)
Returns the value of attribute tls_verify
11 12 13 |
# File 'lib/e3dc_mqtt/config.rb', line 11 def tls_verify @tls_verify end |
#url ⇒ Object (readonly)
Returns the value of attribute url
11 12 13 |
# File 'lib/e3dc_mqtt/config.rb', line 11 def url @url end |
#username ⇒ Object (readonly)
Returns the value of attribute username
11 12 13 |
# File 'lib/e3dc_mqtt/config.rb', line 11 def username @username end |