Class: Fritzbox::Smarthome::Configuration

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
lib/fritzbox/smarthome.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endpointObject

Returns the value of attribute endpoint.



21
22
23
# File 'lib/fritzbox/smarthome.rb', line 21

def endpoint
  @endpoint
end

#loggerObject

Returns the value of attribute logger.



21
22
23
# File 'lib/fritzbox/smarthome.rb', line 21

def logger
  @logger
end

#passwordObject

Returns the value of attribute password.



21
22
23
# File 'lib/fritzbox/smarthome.rb', line 21

def password
  @password
end

#usernameObject

Returns the value of attribute username.



21
22
23
# File 'lib/fritzbox/smarthome.rb', line 21

def username
  @username
end

#verify_sslObject

Returns the value of attribute verify_ssl.



21
22
23
# File 'lib/fritzbox/smarthome.rb', line 21

def verify_ssl
  @verify_ssl
end