Class: Indoctrinatr::Tools::TemplatePackConfiguration

Inherits:
Object
  • Object
show all
Defined in:
lib/indoctrinatr/tools/template_pack_configuration.rb

Overview

wrapper class for config. See ConfigurationExtractor for details

Instance Attribute Summary collapse

Instance Attribute Details

#attributes_as_hashes_in_arrayObject

Returns the value of attribute attributes_as_hashes_in_array.



5
6
7
# File 'lib/indoctrinatr/tools/template_pack_configuration.rb', line 5

def attributes_as_hashes_in_array
  @attributes_as_hashes_in_array
end

#default_file_nameObject

Returns the value of attribute default_file_name.



5
6
7
# File 'lib/indoctrinatr/tools/template_pack_configuration.rb', line 5

def default_file_name
  @default_file_name
end

#output_file_nameObject

Returns the value of attribute output_file_name.



5
6
7
# File 'lib/indoctrinatr/tools/template_pack_configuration.rb', line 5

def output_file_name
  @output_file_name
end

#template_asset_pathObject

Returns the value of attribute template_asset_path.



5
6
7
# File 'lib/indoctrinatr/tools/template_pack_configuration.rb', line 5

def template_asset_path
  @template_asset_path
end

#template_nameObject

Returns the value of attribute template_name.



5
6
7
# File 'lib/indoctrinatr/tools/template_pack_configuration.rb', line 5

def template_name
  @template_name
end

#textual_descriptionObject

Returns the value of attribute textual_description.



5
6
7
# File 'lib/indoctrinatr/tools/template_pack_configuration.rb', line 5

def textual_description
  @textual_description
end