Sha256: e9da6db6ece03c7de52dafa540a784cd3bd3830f7d880985ae2bd01852690ab5
Contents?: true
Size: 663 Bytes
Versions: 28
Compression:
Stored size: 663 Bytes
Contents
# mdJson 2.0 writer - process step report # History: # Stan Smith 2019-09-24 original script require 'jbuilder' module ADIWG module Mdtranslator module Writers module MdJson module ProcessStepReport @Namespace = ADIWG::Mdtranslator::Writers::MdJson def self.build(hReport) Jbuilder.new do |json| json.name hReport[:name] json.description hReport[:description] json.fileType hReport[:fileType] end end # build end # ProcessStepReport end end end end
Version data entries
28 entries across 28 versions & 1 rubygems