Sha256: 04870644d9db13c7043fb6fa59991596a55d1240ffd4e67ec2561bc7f8ea9f71
Contents?: true
Size: 409 Bytes
Versions: 7
Compression:
Stored size: 409 Bytes
Contents
require 'jbuilder' module ADIWG module Mdtranslator module Writers module MdJson module ResponsibleParty def self.build(intObj) Jbuilder.new do |json| json.contactId intObj[:contactId] json.role intObj[:roleName] || MdJson.getContact(intObj[:contactId])[:primaryRole] end end end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems