Class: DomoscioRails::Configuration
- Inherits:
-
Object
- Object
- DomoscioRails::Configuration
- Defined in:
- lib/domoscio_rails.rb
Instance Attribute Summary collapse
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_passphrase ⇒ Object
Returns the value of attribute client_passphrase.
-
#root_url ⇒ Object
Returns the value of attribute root_url.
-
#temp_dir ⇒ Object
Returns the value of attribute temp_dir.
-
#version ⇒ Object
Refers to AdaptiveEngine Version.
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id.
37 38 39 |
# File 'lib/domoscio_rails.rb', line 37 def client_id @client_id end |
#client_passphrase ⇒ Object
Returns the value of attribute client_passphrase.
37 38 39 |
# File 'lib/domoscio_rails.rb', line 37 def client_passphrase @client_passphrase end |
#root_url ⇒ Object
Returns the value of attribute root_url.
37 38 39 |
# File 'lib/domoscio_rails.rb', line 37 def root_url @root_url end |
#temp_dir ⇒ Object
Returns the value of attribute temp_dir.
37 38 39 |
# File 'lib/domoscio_rails.rb', line 37 def temp_dir @temp_dir end |
#version ⇒ Object
Refers to AdaptiveEngine Version
40 41 42 |
# File 'lib/domoscio_rails.rb', line 40 def version @version end |