class Skala::PrimoAdapter::Search::ResultTransformation::DocTransformation::SetTitle

Public Instance Methods

call() click to toggle source
# File lib/skala/primo_adapter/search/result_transformation/doc_transformation/set_title.rb, line 7
def call
  target.record.title = transformation.read_source_values(".//display/title").first
end