Class: Moirai::Configuration
- Inherits:
-
Object
- Object
- Moirai::Configuration
- Defined in:
- lib/moirai/configuration.rb
Instance Attribute Summary collapse
-
#root_path ⇒ Object
Returns the value of attribute root_path.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
5 6 7 |
# File 'lib/moirai/configuration.rb', line 5 def initialize @root_path = "/moirai" end |
Instance Attribute Details
#root_path ⇒ Object
Returns the value of attribute root_path.
3 4 5 |
# File 'lib/moirai/configuration.rb', line 3 def root_path @root_path end |