Sha256: 1c020673c75783a9afe2560bfcb6feaa7766aab2a27d70487b3b266f6d2b285b
Contents?: true
Size: 273 Bytes
Versions: 5
Compression:
Stored size: 273 Bytes
Contents
require "celsius/transformation/step" require "ox" class Celsius::Primo::SoapApi::Searcher::SearchBrief::SearchRequestTransformation:: SerializeTargetAsXml < Celsius::Transformation::Step def call transformation.target = Ox.dump(target, with_xml: true) end end
Version data entries
5 entries across 5 versions & 1 rubygems