Class: TheGamesDB::Image::Boxart
- Inherits:
-
Object
- Object
- TheGamesDB::Image::Boxart
- Includes:
- SAXMachine
- Defined in:
- lib/the_games_db/image/boxart.rb
Instance Method Summary collapse
Instance Method Details
#height ⇒ Object
20 21 22 |
# File 'lib/the_games_db/image/boxart.rb', line 20 def height @height.to_i end |
#url ⇒ Object
12 13 14 |
# File 'lib/the_games_db/image/boxart.rb', line 12 def url game.feed.base_image_url + path end |
#width ⇒ Object
16 17 18 |
# File 'lib/the_games_db/image/boxart.rb', line 16 def width @width.to_i end |