class Celsius::Primo::SoapApi::Searcher::SearchBrief::SearchResultTransformation

Attributes

search_brief_return[RW]
search_request[RW]

Public Class Methods

new(options = {}) click to toggle source
# File lib/celsius/primo/soap_api/searcher/search_brief/search_result_transformation.rb, line 24
def initialize(options = {})
  @search_request = options[:search_request]
end

Public Instance Methods

hash_from_ox_element(ox_element) click to toggle source
# File lib/celsius/primo/soap_api/searcher/search_brief/search_result_transformation.rb, line 28
def hash_from_ox_element(ox_element)
  OxHelpers.hash_from_ox_element(ox_element)
end