Class: Indoctrinatr::Tools::TemplatePackConfiguration
- Inherits:
-
Object
- Object
- Indoctrinatr::Tools::TemplatePackConfiguration
- Defined in:
- lib/indoctrinatr/tools/template_pack_configuration.rb
Overview
wrapper class for config. See ConfigurationExtractor for details
Instance Attribute Summary collapse
-
#attributes_as_hashes_in_array ⇒ Object
Returns the value of attribute attributes_as_hashes_in_array.
-
#default_file_name ⇒ Object
Returns the value of attribute default_file_name.
-
#output_file_name ⇒ Object
Returns the value of attribute output_file_name.
-
#template_asset_path ⇒ Object
Returns the value of attribute template_asset_path.
-
#template_name ⇒ Object
Returns the value of attribute template_name.
-
#textual_description ⇒ Object
Returns the value of attribute textual_description.
Instance Attribute Details
#attributes_as_hashes_in_array ⇒ Object
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_name ⇒ Object
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_name ⇒ Object
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_path ⇒ Object
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_name ⇒ Object
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_description ⇒ Object
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 |