module ADIWG::Mdtranslator::Writers::MdJson::ResponsibleParty
Public Class Methods
build(hResParty)
click to toggle source
# File lib/adiwg/mdtranslator/writers/mdJson/sections/mdJson_responsibleParty.rb, line 20 def self.build(hResParty) Jbuilder.new do |json| json.role hResParty[:roleName] json.roleExtent @Namespace.json_map(hResParty[:roleExtents], Extent) json.party @Namespace.json_map(hResParty[:parties], Party) end end