Class: E3DCMqtt::MQTTConfig

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

Instance Attribute Summary collapse

Instance Attribute Details

#client_idObject (readonly)

Returns the value of attribute client_id

Returns:

  • (Object)

    the current value of client_id



11
12
13
# File 'lib/e3dc_mqtt/config.rb', line 11

def client_id
  @client_id
end

#passwordObject (readonly)

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



11
12
13
# File 'lib/e3dc_mqtt/config.rb', line 11

def password
  @password
end

#rootObject (readonly)

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



11
12
13
# File 'lib/e3dc_mqtt/config.rb', line 11

def root
  @root
end

#tls_verifyObject (readonly)

Returns the value of attribute tls_verify

Returns:

  • (Object)

    the current value of tls_verify



11
12
13
# File 'lib/e3dc_mqtt/config.rb', line 11

def tls_verify
  @tls_verify
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



11
12
13
# File 'lib/e3dc_mqtt/config.rb', line 11

def url
  @url
end

#usernameObject (readonly)

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



11
12
13
# File 'lib/e3dc_mqtt/config.rb', line 11

def username
  @username
end