module ADIWG::Mdtranslator::Writers::SbJson::Identifier

Public Class Methods

build(hIdentifier) click to toggle source
# File lib/adiwg/mdtranslator/writers/sbJson/sections/sbJson_identifier.rb, line 16
def self.build(hIdentifier)

   Jbuilder.new do |json|
      json.key hIdentifier[:identifier]
      json.scheme hIdentifier[:namespace]
      json.type hIdentifier[:description]
   end
end