Class: Templatable::DslModel

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
lib/templatable_dsl_model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameObject

class_name



13
14
15
# File 'lib/templatable_dsl_model.rb', line 13

def class_name
  @class_name
end

#output_fullpathObject

output_fullpath



9
10
11
# File 'lib/templatable_dsl_model.rb', line 9

def output_fullpath
  @output_fullpath
end

#placeholdersObject

placeholders



21
22
23
# File 'lib/templatable_dsl_model.rb', line 21

def placeholders
  @placeholders
end

#templateObject

template



17
18
19
# File 'lib/templatable_dsl_model.rb', line 17

def template
  @template
end