Class: Bali::Config
- Inherits:
-
Object
- Object
- Bali::Config
- Defined in:
- lib/bali/config.rb
Instance Attribute Summary collapse
-
#rules_path ⇒ Object
Returns the value of attribute rules_path.
-
#suffix ⇒ Object
Returns the value of attribute suffix.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
Instance Attribute Details
#rules_path ⇒ Object
Returns the value of attribute rules_path.
2 3 4 |
# File 'lib/bali/config.rb', line 2 def rules_path @rules_path end |
#suffix ⇒ Object
Returns the value of attribute suffix.
3 4 5 |
# File 'lib/bali/config.rb', line 3 def suffix @suffix end |