Class: TemplatesConfig
- Inherits:
-
Object
- Object
- TemplatesConfig
- Defined in:
- lib/ccios/config.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(hash) ⇒ TemplatesConfig
constructor
A new instance of TemplatesConfig.
Constructor Details
#initialize(hash) ⇒ TemplatesConfig
130 131 132 |
# File 'lib/ccios/config.rb', line 130 def initialize(hash) @path = hash["path"] end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
128 129 130 |
# File 'lib/ccios/config.rb', line 128 def path @path end |