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

Inherits:
Transformation::Step
  • Object
show all
Defined in:
lib/celsius/primo/soap_api/searcher/search_brief/search_request_transformation/serialize_target_as_xml.rb

Instance Method Summary collapse

Instance Method Details

#callObject



7
8
9
# 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