Class: DomoscioAdmin::Configuration
- Inherits:
-
Object
- Object
- DomoscioAdmin::Configuration
- Defined in:
- lib/domoscio_admin.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_passphrase ⇒ Object
Returns the value of attribute client_passphrase.
-
#file_storage ⇒ Object
Returns the value of attribute file_storage.
-
#refresh_token ⇒ Object
Returns the value of attribute refresh_token.
-
#root_url ⇒ Object
Returns the value of attribute root_url.
-
#temp_dir ⇒ Object
Returns the value of attribute temp_dir.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
23 24 25 26 |
# File 'lib/domoscio_admin.rb', line 23 def initialize @root_url = '' @file_storage ||= true end |
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
20 21 22 |
# File 'lib/domoscio_admin.rb', line 20 def access_token @access_token end |
#client_id ⇒ Object
Returns the value of attribute client_id.
20 21 22 |
# File 'lib/domoscio_admin.rb', line 20 def client_id @client_id end |
#client_passphrase ⇒ Object
Returns the value of attribute client_passphrase.
20 21 22 |
# File 'lib/domoscio_admin.rb', line 20 def client_passphrase @client_passphrase end |
#file_storage ⇒ Object
Returns the value of attribute file_storage.
20 21 22 |
# File 'lib/domoscio_admin.rb', line 20 def file_storage @file_storage end |
#refresh_token ⇒ Object
Returns the value of attribute refresh_token.
20 21 22 |
# File 'lib/domoscio_admin.rb', line 20 def refresh_token @refresh_token end |
#root_url ⇒ Object
Returns the value of attribute root_url.
20 21 22 |
# File 'lib/domoscio_admin.rb', line 20 def root_url @root_url end |
#temp_dir ⇒ Object
Returns the value of attribute temp_dir.
20 21 22 |
# File 'lib/domoscio_admin.rb', line 20 def temp_dir @temp_dir end |