Class: Fritzbox::Smarthome::Configuration
- Inherits:
-
Object
- Object
- Fritzbox::Smarthome::Configuration
- Includes:
- ActiveModel::Model
- Defined in:
- lib/fritzbox/smarthome.rb
Instance Attribute Summary collapse
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
-
#verify_ssl ⇒ Object
Returns the value of attribute verify_ssl.
Instance Attribute Details
#endpoint ⇒ Object
Returns the value of attribute endpoint.
22 23 24 |
# File 'lib/fritzbox/smarthome.rb', line 22 def endpoint @endpoint end |
#logger ⇒ Object
Returns the value of attribute logger.
22 23 24 |
# File 'lib/fritzbox/smarthome.rb', line 22 def logger @logger end |
#password ⇒ Object
Returns the value of attribute password.
22 23 24 |
# File 'lib/fritzbox/smarthome.rb', line 22 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
22 23 24 |
# File 'lib/fritzbox/smarthome.rb', line 22 def username @username end |
#verify_ssl ⇒ Object
Returns the value of attribute verify_ssl.
22 23 24 |
# File 'lib/fritzbox/smarthome.rb', line 22 def verify_ssl @verify_ssl end |