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.
21 22 23 |
# File 'lib/fritzbox/smarthome.rb', line 21 def endpoint @endpoint end |
#logger ⇒ Object
Returns the value of attribute logger.
21 22 23 |
# File 'lib/fritzbox/smarthome.rb', line 21 def logger @logger end |
#password ⇒ Object
Returns the value of attribute password.
21 22 23 |
# File 'lib/fritzbox/smarthome.rb', line 21 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
21 22 23 |
# File 'lib/fritzbox/smarthome.rb', line 21 def username @username end |
#verify_ssl ⇒ Object
Returns the value of attribute verify_ssl.
21 22 23 |
# File 'lib/fritzbox/smarthome.rb', line 21 def verify_ssl @verify_ssl end |