Class: DomoscioRails::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#client_idObject

Returns the value of attribute client_id.



37
38
39
# File 'lib/domoscio_rails.rb', line 37

def client_id
  @client_id
end

#client_passphraseObject

Returns the value of attribute client_passphrase.



37
38
39
# File 'lib/domoscio_rails.rb', line 37

def client_passphrase
  @client_passphrase
end

#root_urlObject

Returns the value of attribute root_url.



37
38
39
# File 'lib/domoscio_rails.rb', line 37

def root_url
  @root_url
end

#temp_dirObject

Returns the value of attribute temp_dir.



37
38
39
# File 'lib/domoscio_rails.rb', line 37

def temp_dir
  @temp_dir
end

#versionObject

Refers to AdaptiveEngine Version



40
41
42
# File 'lib/domoscio_rails.rb', line 40

def version
  @version
end