Class: ActiveFolder::Metal::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/activefolder/metal/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



6
7
8
# File 'lib/activefolder/metal/config.rb', line 6

def initialize
  self.root_path = '.'
end

Instance Attribute Details

#root_pathObject

Returns the value of attribute root_path.



4
5
6
# File 'lib/activefolder/metal/config.rb', line 4

def root_path
  @root_path
end