class Skala::ElasticsearchAdapter::Search::RequestTransformation::AddFrom

Public Instance Methods

call() click to toggle source
# File lib/skala/elasticsearch_adapter/search/request_transformation/add_from.rb, line 7
def call
  target["from"] = source.from
end