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
-
#pagy ⇒ Object
Returns the value of attribute pagy.
-
#products ⇒ Object
Returns the value of attribute products.
-
#total_count ⇒ Object
Returns the value of attribute total_count.
Instance Attribute Details
#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 |
#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 |