module ADIWG::Mdtranslator::Writers::MdJson::ResourceType

Public Class Methods

build(hResType) click to toggle source
# File lib/adiwg/mdtranslator/writers/mdJson/sections/mdJson_resourceType.rb, line 16
def self.build(hResType)


   Jbuilder.new do |json|
      json.type hResType[:type]
      json.name hResType[:name]
   end

end