Class: Spree::SearchProvider::SearchResult
- Inherits:
-
Struct
- Object
- Struct
- Spree::SearchProvider::SearchResult
- Defined in:
- app/models/spree/search_provider/search_result.rb
Instance Attribute Summary collapse
-
#default_sort ⇒ Object
Returns the value of attribute default_sort.
-
#filters ⇒ Object
Returns the value of attribute filters.
-
#pagy ⇒ Object
Returns the value of attribute pagy.
-
#products ⇒ Object
Returns the value of attribute products.
-
#sort_options ⇒ Object
Returns the value of attribute sort_options.
-
#total_count ⇒ Object
Returns the value of attribute total_count.
Instance Attribute Details
#default_sort ⇒ Object
Returns the value of attribute default_sort
3 4 5 |
# File 'app/models/spree/search_provider/search_result.rb', line 3 def default_sort @default_sort end |
#filters ⇒ Object
Returns the value of attribute filters
3 4 5 |
# File 'app/models/spree/search_provider/search_result.rb', line 3 def filters @filters end |
#pagy ⇒ Object
Returns the value of attribute pagy
3 4 5 |
# File 'app/models/spree/search_provider/search_result.rb', line 3 def pagy @pagy end |
#products ⇒ Object
Returns the value of attribute products
3 4 5 |
# File 'app/models/spree/search_provider/search_result.rb', line 3 def products @products end |
#sort_options ⇒ Object
Returns the value of attribute sort_options
3 4 5 |
# File 'app/models/spree/search_provider/search_result.rb', line 3 def @sort_options end |
#total_count ⇒ Object
Returns the value of attribute total_count
3 4 5 |
# File 'app/models/spree/search_provider/search_result.rb', line 3 def total_count @total_count end |