Class: DomoscioViz::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#client_idObject

Returns the value of attribute client_id.



20
21
22
# File 'lib/domoscio_viz.rb', line 20

def client_id
  @client_id
end

#client_passphraseObject

Returns the value of attribute client_passphrase.



20
21
22
# File 'lib/domoscio_viz.rb', line 20

def client_passphrase
  @client_passphrase
end

#root_urlObject

Returns the value of attribute root_url.



20
21
22
# File 'lib/domoscio_viz.rb', line 20

def root_url
  @root_url
end

#temp_dirObject

Returns the value of attribute temp_dir.



20
21
22
# File 'lib/domoscio_viz.rb', line 20

def temp_dir
  @temp_dir
end