Class: DomoscioViz::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/domoscio_viz.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_tokenObject

Returns the value of attribute access_token.



15
16
17
# File 'lib/domoscio_viz.rb', line 15

def access_token
  @access_token
end

#client_idObject

Returns the value of attribute client_id.



15
16
17
# File 'lib/domoscio_viz.rb', line 15

def client_id
  @client_id
end

#client_passphraseObject

Returns the value of attribute client_passphrase.



15
16
17
# File 'lib/domoscio_viz.rb', line 15

def client_passphrase
  @client_passphrase
end

#file_storageObject

Returns the value of attribute file_storage.



15
16
17
# File 'lib/domoscio_viz.rb', line 15

def file_storage
  @file_storage
end

#refresh_tokenObject

Returns the value of attribute refresh_token.



15
16
17
# File 'lib/domoscio_viz.rb', line 15

def refresh_token
  @refresh_token
end

#root_urlObject

Returns the value of attribute root_url.



15
16
17
# File 'lib/domoscio_viz.rb', line 15

def root_url
  @root_url
end

#temp_dirObject

Returns the value of attribute temp_dir.



15
16
17
# File 'lib/domoscio_viz.rb', line 15

def temp_dir
  @temp_dir
end