Class: Game

Inherits:
Object
  • Object
show all
Includes:
DataMapper::Resource
Defined in:
lib/trophy_scraper/models/game.rb

Instance Attribute Summary collapse

Instance Attribute Details

#logo_uriObject

Returns the value of attribute logo_uri.



10
11
12
# File 'lib/trophy_scraper/models/game.rb', line 10

def logo_uri
  @logo_uri
end

#uriObject

Returns the value of attribute uri.



10
11
12
# File 'lib/trophy_scraper/models/game.rb', line 10

def uri
  @uri
end