class Templatable::Dsl

Attributes

templatable[RW]

Public Class Methods

new() click to toggle source
# File lib/templatable_dsl.rb, line 22
def initialize
  @templatable = Templatable::DslModel.new
  @templatable.output_fullpath = 'output_fullpath'
  @templatable.class_name = 'class_name'
  @templatable.template = 'TODO: set your template(ERB format)'
  @templatable.placeholders = []
end