module ADIWG::Mdtranslator::Writers::MdJson::ProcessStepReport

Public Class Methods

build(hReport) click to toggle source
# File lib/adiwg/mdtranslator/writers/mdJson/sections/mdJson_processReport.rb, line 17
def self.build(hReport)

   Jbuilder.new do |json|
      json.name hReport[:name]
      json.description hReport[:description]
      json.fileType hReport[:fileType]
   end

end