Class: SublInit::Project::Files::Templated
- Defined in:
- lib/sublinit/project/files/templated.rb
Direct Known Subclasses
Constant Summary collapse
- TEMPLATES_FOLDER =
'templates'
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options) ⇒ Templated
constructor
A new instance of Templated.
Methods inherited from Base
Constructor Details
#initialize(options) ⇒ Templated
Returns a new instance of Templated.
13 14 15 |
# File 'lib/sublinit/project/files/templated.rb', line 13 def initialize() = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
11 12 13 |
# File 'lib/sublinit/project/files/templated.rb', line 11 def end |