class Xfabricator::TemplateFileDefinition

Attributes

output_name_template[R]
sub_path[R]
template_file[R]

Public Class Methods

new(template_file, output_name_template, sub_path = '') click to toggle source
# File lib/xfabricator/template_definition.rb, line 49
def initialize(template_file, output_name_template, sub_path = '')
  @output_name_template = output_name_template
  @template_file = template_file
  @sub_path = sub_path
end