Sha256: adcba5391239fb6a8c62cce592f330db06321bd99ab8e614d72e81a53e12c1b8
Contents?: true
Size: 407 Bytes
Versions: 15
Compression:
Stored size: 407 Bytes
Contents
require 'jbuilder' module ADIWG module Mdtranslator module Writers module MdJson module Taxon def self.build(intObj) Jbuilder.new do |json| json.taxonRank (intObj[:taxRankName]) json.taxonValue (intObj[:taxRankValue]) json.common (intObj[:commonName]) end end end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems