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

Public Instance Methods

call() click to toggle source
# File lib/celsius/primo/soap_api/searcher/search_brief/search_result_transformation/setup_target_skeleton.rb, line 7
def call
  transformation.target = {
    "took" => nil,
    "hits" => {
      "hits" => [],
      "total" => 0
    },
    "facets" => {}
  }    
end