Class: RD3::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#config_file_directoryObject

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_deletesObject

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

#environmentObject

Returns the value of attribute environment.



3
4
5
# File 'lib/rd3/configuration.rb', line 3

def environment
  @environment
end