Class: RD3::Configuration
- Inherits:
-
Object
- Object
- RD3::Configuration
- Defined in:
- lib/rd3/configuration.rb
Instance Attribute Summary collapse
-
#config_file_directory ⇒ Object
Returns the value of attribute config_file_directory.
-
#enable_logical_deletes ⇒ Object
Returns the value of attribute enable_logical_deletes.
-
#environment ⇒ Object
Returns the value of attribute environment.
Instance Attribute Details
#config_file_directory ⇒ Object
Returns the value of attribute config_file_directory.
3 4 5 |
# File 'lib/rd3/configuration.rb', line 3 def config_file_directory @config_file_directory end |
#enable_logical_deletes ⇒ Object
Returns the value of attribute enable_logical_deletes.
3 4 5 |
# File 'lib/rd3/configuration.rb', line 3 def enable_logical_deletes @enable_logical_deletes end |
#environment ⇒ Object
Returns the value of attribute environment.
3 4 5 |
# File 'lib/rd3/configuration.rb', line 3 def environment @environment end |