Class: GraphStarter::Asset::SecretSauceRecommendation

Inherits:
Struct
  • Object
show all
Defined in:
app/models/graph_starter/asset.rb

Instance Attribute Summary collapse

Instance Attribute Details

#assetObject

Returns the value of attribute asset

Returns:

  • (Object)

    the current value of asset



25
26
27
# File 'app/models/graph_starter/asset.rb', line 25

def asset
  @asset
end

#scoreObject

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



25
26
27
# File 'app/models/graph_starter/asset.rb', line 25

def score
  @score
end