Class: Configurethis::ConfigurethisProperties

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

Class Method Summary collapse

Class Method Details

.root_pathObject



8
9
10
# File 'lib/configurethis/configurethis_properties.rb', line 8

def root_path
  @@root_path ||= ''
end

.root_path=(path) ⇒ Object



4
5
6
# File 'lib/configurethis/configurethis_properties.rb', line 4

def root_path=(path)
  @@root_path = path
end

.use_defaultsObject



12
13
14
# File 'lib/configurethis/configurethis_properties.rb', line 12

def use_defaults
  @@root_path = nil
end