Class: Templatable::DslModel
- Inherits:
-
Object
- Object
- Templatable::DslModel
- Includes:
- ActiveModel::Model
- Defined in:
- lib/templatable_dsl_model.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
class_name.
-
#output_fullpath ⇒ Object
output_fullpath.
-
#placeholders ⇒ Object
placeholders.
-
#template ⇒ Object
template.
Instance Attribute Details
#class_name ⇒ Object
class_name
13 14 15 |
# File 'lib/templatable_dsl_model.rb', line 13 def class_name @class_name end |
#output_fullpath ⇒ Object
output_fullpath
9 10 11 |
# File 'lib/templatable_dsl_model.rb', line 9 def output_fullpath @output_fullpath end |
#placeholders ⇒ Object
placeholders
21 22 23 |
# File 'lib/templatable_dsl_model.rb', line 21 def placeholders @placeholders end |
#template ⇒ Object
template
17 18 19 |
# File 'lib/templatable_dsl_model.rb', line 17 def template @template end |