class Skala::PrimoAdapter::Search::ResultTransformation::DocTransformation::SetSource

Public Instance Methods

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