Class: Workarea::Admin::SearchAnalysisViewModel::ScoredProduct

Inherits:
Struct
  • Object
show all
Defined in:
app/view_models/workarea/admin/search_analysis_view_model.rb

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute featured

Returns:

  • (Object)

    the current value of featured



4
5
6
# File 'app/view_models/workarea/admin/search_analysis_view_model.rb', line 4

def featured
  @featured
end

#productObject

Returns the value of attribute product

Returns:

  • (Object)

    the current value of product



4
5
6
# File 'app/view_models/workarea/admin/search_analysis_view_model.rb', line 4

def product
  @product
end

#scoreObject

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



4
5
6
# File 'app/view_models/workarea/admin/search_analysis_view_model.rb', line 4

def score
  @score
end