class DTK::DSL::ServiceAndComponentInfo::TransformFrom::Parser::TopDSL::ModuleInfo
Public Instance Methods
update_output_hash?()
click to toggle source
# File lib/dsl/service_and_component_info/transform_from/parser/top_dsl/module_info.rb, line 22 def update_output_hash? # if these attributes are in output_hash, already, they will match output_hash['module'] ||= "#{module_ref.namespace}/#{module_ref.module_name}" output_hash['version'] ||= module_ref.version end