Class: Skala::PrimoAdapter::Search::ResultTransformation
- Inherits:
-
Transformator::Transformation
- Object
- Transformator::Transformation
- Skala::PrimoAdapter::Search::ResultTransformation
- Defined in:
- lib/skala/primo_adapter/search/result_transformation.rb
Defined Under Namespace
Classes: AddHits, DocTransformation, FixPrimoFacetsBugs, ParseSearchBriefResponse, SetFacets, SetTotalHits, SortTermsFacetsTerms
Instance Attribute Summary collapse
-
#search_brief_response ⇒ Object
Returns the value of attribute search_brief_response.
-
#search_request ⇒ Object
Returns the value of attribute search_request.
Instance Method Summary collapse
Instance Attribute Details
#search_brief_response ⇒ Object
Returns the value of attribute search_brief_response.
7 8 9 |
# File 'lib/skala/primo_adapter/search/result_transformation.rb', line 7 def search_brief_response @search_brief_response end |
#search_request ⇒ Object
Returns the value of attribute search_request.
8 9 10 |
# File 'lib/skala/primo_adapter/search/result_transformation.rb', line 8 def search_request @search_request end |