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.
-
#disabled ⇒ Object
Returns the value of attribute disabled.
-
#preproduction ⇒ Object
Returns the value of attribute preproduction.
-
#root_url ⇒ Object
Returns the value of attribute root_url.
-
#temp_dir ⇒ Object
Returns the value of attribute temp_dir.
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id.
28 29 30 |
# File 'lib/domoscio_rails.rb', line 28 def client_id @client_id end |
#client_passphrase ⇒ Object
Returns the value of attribute client_passphrase.
28 29 30 |
# File 'lib/domoscio_rails.rb', line 28 def client_passphrase @client_passphrase end |
#disabled ⇒ Object
Returns the value of attribute disabled.
28 29 30 |
# File 'lib/domoscio_rails.rb', line 28 def disabled @disabled end |
#preproduction ⇒ Object
Returns the value of attribute preproduction.
28 29 30 |
# File 'lib/domoscio_rails.rb', line 28 def preproduction @preproduction end |
#root_url ⇒ Object
Returns the value of attribute root_url.
28 29 30 |
# File 'lib/domoscio_rails.rb', line 28 def root_url @root_url end |
#temp_dir ⇒ Object
Returns the value of attribute temp_dir.
28 29 30 |
# File 'lib/domoscio_rails.rb', line 28 def temp_dir @temp_dir end |