Sha256: a068d1c20567141bb1cccb9b3ed88ad13a44d8a6b428e61b8908da589eb7567e
Contents?: true
Size: 688 Bytes
Versions: 66
Compression:
Stored size: 688 Bytes
Contents
# unpack purpose # Reader - ScienceBase JSON to internal data structure # History: # Stan Smith 2016-06-19 original script module ADIWG module Mdtranslator module Readers module SbJson module Purpose def self.unpack(hSbJson, hResourceInfo, hResponseObj) if hSbJson.has_key?('purpose') sbPurpose = hSbJson['purpose'] unless sbPurpose.nil? || sbPurpose == '' hResourceInfo[:purpose] = sbPurpose end end return hResourceInfo end end end end end end
Version data entries
66 entries across 66 versions & 1 rubygems