Class: DomoscioAdmin::Configuration
- Inherits:
-
Object
- Object
- DomoscioAdmin::Configuration
- Defined in:
- lib/domoscio_admin.rb
Instance Attribute Summary collapse
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_passphrase ⇒ Object
Returns the value of attribute client_passphrase.
-
#root_url ⇒ Object
Returns the value of attribute root_url.
-
#temp_dir ⇒ Object
Returns the value of attribute temp_dir.
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id.
22 23 24 |
# File 'lib/domoscio_admin.rb', line 22 def client_id @client_id end |
#client_passphrase ⇒ Object
Returns the value of attribute client_passphrase.
22 23 24 |
# File 'lib/domoscio_admin.rb', line 22 def client_passphrase @client_passphrase end |
#root_url ⇒ Object
Returns the value of attribute root_url.
22 23 24 |
# File 'lib/domoscio_admin.rb', line 22 def root_url @root_url end |
#temp_dir ⇒ Object
Returns the value of attribute temp_dir.
22 23 24 |
# File 'lib/domoscio_admin.rb', line 22 def temp_dir @temp_dir end |