Class: Workarea::Admin::SearchAnalysisViewModel::ScoredProduct
- Inherits:
-
Struct
- Object
- Struct
- Workarea::Admin::SearchAnalysisViewModel::ScoredProduct
- Defined in:
- app/view_models/workarea/admin/search_analysis_view_model.rb
Instance Attribute Summary collapse
-
#featured ⇒ Object
(also: #featured?)
Returns the value of attribute featured.
-
#product ⇒ Object
Returns the value of attribute product.
-
#score ⇒ Object
Returns the value of attribute score.
Instance Attribute Details
#featured ⇒ Object Also known as: featured?
Returns the value of attribute featured
4 5 6 |
# File 'app/view_models/workarea/admin/search_analysis_view_model.rb', line 4 def featured @featured end |
#product ⇒ Object
Returns the value of attribute product
4 5 6 |
# File 'app/view_models/workarea/admin/search_analysis_view_model.rb', line 4 def product @product end |
#score ⇒ Object
Returns the value of attribute score
4 5 6 |
# File 'app/view_models/workarea/admin/search_analysis_view_model.rb', line 4 def score @score end |