class DTK::DSL::ServiceAndComponentInfo::TransformFrom::Info::InputFiles

Public Instance Methods

add_content!(path, text_content) click to toggle source
# File lib/dsl/service_and_component_info/transform_from/info/input_files.rb, line 21
def add_content!(path, text_content)
  file_obj = FileObj.new(nil, path, :content => text_content)
  add_hash_content!(path, YamlHelper.parse(file_obj))
end