class Celsius::Primo::SoapApi::Searcher::SearchBrief::SearchRequestTransformation::SerializeTargetAsXml

Public Instance Methods

call() click to toggle source
# File lib/celsius/primo/soap_api/searcher/search_brief/search_request_transformation/serialize_target_as_xml.rb, line 7
def call
  transformation.target = Ox.dump(target, with_xml: true)
end