Sha256: 795db6e6c68e2a1e96f7acc7e87d0a4e83513b7cb609fdd638d520c5c400892c
Contents?: true
Size: 555 Bytes
Versions: 15
Compression:
Stored size: 555 Bytes
Contents
require 'jbuilder' module ADIWG module Mdtranslator module Writers module MdJson module Address def self.build(intObj) Jbuilder.new do |json| json.deliveryPoint(intObj[:deliveryPoints]) json.protocol intObj[:city] json.name intObj[:adminArea] json.description intObj[:postalCode] json.function intObj[:country] json.electronicMailAddress(intObj[:eMailList]) end end end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems