Sha256: 305ced7c05530ff693c3dedbac5adf9da7489ca7a6c58acfa1734b64924733cb
Contents?: true
Size: 572 Bytes
Versions: 41
Compression:
Stored size: 572 Bytes
Contents
# mdJson 2.0 writer - party # History: # Stan Smith 2017-03-18 original script require 'jbuilder' module ADIWG module Mdtranslator module Writers module MdJson module Party def self.build(hParty) Jbuilder.new do |json| json.contactId hParty[:contactId] json.organizationMembers hParty[:organizationMembers] unless hParty[:organizationMembers].empty? end end # build end # Party end end end end
Version data entries
41 entries across 41 versions & 1 rubygems