Sha256: d558ac50d879e5829744c2bbabdb50e2af7ebe54495a7ba673f084f78105c96f
Contents?: true
Size: 457 Bytes
Versions: 15
Compression:
Stored size: 457 Bytes
Contents
require 'jbuilder' module ADIWG module Mdtranslator module Writers module MdJson module Format def self.build(intObj) Jbuilder.new do |json| json.formatName intObj[:formatName] json.version intObj[:formatVersion] json.compressionMethod intObj[:compressionMethod] unless intObj[:compressionMethod].nil? end end end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems