Class: ActiveFolder::Metal::Config
- Inherits:
-
Object
- Object
- ActiveFolder::Metal::Config
- Defined in:
- lib/activefolder/metal/config.rb
Instance Attribute Summary collapse
-
#root_path ⇒ Object
Returns the value of attribute root_path.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
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_path ⇒ Object
Returns the value of attribute root_path.
4 5 6 |
# File 'lib/activefolder/metal/config.rb', line 4 def root_path @root_path end |