Sha256: b9e517865dbc861a53efb48e3a3359711c9f3a219acd0cbdbc5e6b706b504b08
Contents?: true
Size: 455 Bytes
Versions: 3
Compression:
Stored size: 455 Bytes
Contents
# Reader - fgdc to internal data structure # unpack fgdc entity and attribute # History: # Stan Smith 2017-08-15 original script require 'nokogiri' require 'adiwg/mdtranslator/internal/internal_metadata_obj' module ADIWG module Mdtranslator module Readers module Fgdc module EntityAttribute def self.unpack(xEntity, hResponseObj) end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems