class DTK::DSL::ServiceAndComponentInfo::TransformFrom::Parser::TopDSL::Components

Public Instance Methods

update_output_hash?() click to toggle source
# File lib/dsl/service_and_component_info/transform_from/parser/top_dsl/components.rb, line 22
def update_output_hash?
  if component_dsl_input_hash = input_file_hash?(:component_dsl_file)
    if component_defs = component_dsl_input_hash['components']
      output_hash['component_defs'] = component_defs
    end
  end
end