Class: DTK::DSL::Template::V1::ModuleRefsLock
- Inherits:
-
DTK::DSL::Template::V1
- Object
- DTK::DSL::Template
- DTK::DSL::Template::V1
- DTK::DSL::Template::V1::ModuleRefsLock
- Defined in:
- lib/dsl/template/v1/module_refs_lock.rb
Constant Summary
Constants inherited from DTK::DSL::Template::V1
Instance Attribute Summary
Attributes included from NestedDSLFile::Mixin
Attributes included from Generation::Mixin
Attributes included from Parsing::Mixin
Instance Method Summary collapse
Methods inherited from DTK::DSL::Template::V1
#dsl_version, #template_version
Methods inherited from DTK::DSL::Template
#add, create_for_generation, create_for_parsing, #initialize, #merge, #req, #set, #set?, #val
Methods included from Parsing::ClassMixin
#elements_collection_type, #empty_input_hash, #file_parser_output_array, #file_parser_output_hash, #parse_elements
Methods included from Generation::ClassMixin
Methods included from Generation::Mixin
#generate!, #generate?, #generate_yaml_file_path__content_array, #generate_yaml_object, #generate_yaml_object?, #generate_yaml_text, #yaml_object_type
Methods included from Parsing::Mixin
Constructor Details
This class inherits a constructor from DTK::DSL::Template
Instance Method Details
#parse! ⇒ Object
25 26 27 28 29 |
# File 'lib/dsl/template/v1/module_refs_lock.rb', line 25 def parse! input_hash.each_pair do |module_ref_term, info_hash| add parse_element(module_ref_term, info_hash) end end |
#parser_output_type ⇒ Object
21 22 23 |
# File 'lib/dsl/template/v1/module_refs_lock.rb', line 21 def parser_output_type :array end |