Class: DomoscioViz::Configuration
- Inherits:
-
Object
- Object
- DomoscioViz::Configuration
- Defined in:
- lib/domoscio_viz.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.
18 19 20 21 |
# File 'lib/domoscio_viz.rb', line 18 def initialize @root_url = '' @file_storage ||= true end |
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
15 16 17 |
# File 'lib/domoscio_viz.rb', line 15 def access_token @access_token end |
#client_id ⇒ Object
Returns the value of attribute client_id.
15 16 17 |
# File 'lib/domoscio_viz.rb', line 15 def client_id @client_id end |
#client_passphrase ⇒ Object
Returns the value of attribute client_passphrase.
15 16 17 |
# File 'lib/domoscio_viz.rb', line 15 def client_passphrase @client_passphrase end |
#file_storage ⇒ Object
Returns the value of attribute file_storage.
15 16 17 |
# File 'lib/domoscio_viz.rb', line 15 def file_storage @file_storage end |
#refresh_token ⇒ Object
Returns the value of attribute refresh_token.
15 16 17 |
# File 'lib/domoscio_viz.rb', line 15 def refresh_token @refresh_token end |
#root_url ⇒ Object
Returns the value of attribute root_url.
15 16 17 |
# File 'lib/domoscio_viz.rb', line 15 def root_url @root_url end |
#temp_dir ⇒ Object
Returns the value of attribute temp_dir.
15 16 17 |
# File 'lib/domoscio_viz.rb', line 15 def temp_dir @temp_dir end |