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.



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

def endpoint
  @endpoint
end

#loggerObject

Returns the value of attribute logger.



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

def logger
  @logger
end

#passwordObject

Returns the value of attribute password.



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

def password
  @password
end

#usernameObject

Returns the value of attribute username.



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

def username
  @username
end

#verify_sslObject

Returns the value of attribute verify_ssl.



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

def verify_ssl
  @verify_ssl
end