Class: GraphStarter::Asset::SecretSauceRecommendation
- Inherits:
-
Struct
- Object
- Struct
- GraphStarter::Asset::SecretSauceRecommendation
- Defined in:
- app/models/graph_starter/asset.rb
Instance Attribute Summary collapse
-
#asset ⇒ Object
Returns the value of attribute asset.
-
#score ⇒ Object
Returns the value of attribute score.
Instance Attribute Details
#asset ⇒ Object
Returns the value of attribute asset
25 26 27 |
# File 'app/models/graph_starter/asset.rb', line 25 def asset @asset end |
#score ⇒ Object
Returns the value of attribute score
25 26 27 |
# File 'app/models/graph_starter/asset.rb', line 25 def score @score end |