Class: Game
- Inherits:
-
Object
- Object
- Game
- Includes:
- DataMapper::Resource
- Defined in:
- lib/trophy_scraper/models/game.rb
Instance Attribute Summary collapse
-
#logo_uri ⇒ Object
Returns the value of attribute logo_uri.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#logo_uri ⇒ Object
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 |
#uri ⇒ Object
Returns the value of attribute uri.
10 11 12 |
# File 'lib/trophy_scraper/models/game.rb', line 10 def uri @uri end |