Class: DTK::DSL::ServiceAndComponentInfo::TransformFrom::Info::Service

Inherits:
DTK::DSL::ServiceAndComponentInfo::TransformFrom::Info show all
Defined in:
lib/dsl/service_and_component_info/transform_from/info/service.rb

Constant Summary

Constants inherited from DTK::DSL::ServiceAndComponentInfo::TransformFrom::Info

INFO_HASH

Instance Attribute Summary

Attributes inherited from Info

#indexed_input_files, #module_ref

Instance Method Summary collapse

Methods inherited from Info

#initialize, #output_path_hash_pairs, #output_path_text_pairs

Constructor Details

This class inherits a constructor from DTK::DSL::ServiceAndComponentInfo::Info

Instance Method Details

#compute_outputs!Object



22
23
24
25
# File 'lib/dsl/service_and_component_info/transform_from/info/service.rb', line 22

def compute_outputs!
  path = top_level_dsl_path
  update_or_add_output_hash!(path, top_dsl_file_hash_content!(output_file_hash(path)))
end