Class: TheGamesDB::Image::Boxart

Inherits:
Object
  • Object
show all
Includes:
SAXMachine
Defined in:
lib/the_games_db/image/boxart.rb

Instance Method Summary collapse

Instance Method Details

#heightObject



20
21
22
# File 'lib/the_games_db/image/boxart.rb', line 20

def height
  @height.to_i
end

#urlObject



12
13
14
# File 'lib/the_games_db/image/boxart.rb', line 12

def url
  game.feed.base_image_url + path
end

#widthObject



16
17
18
# File 'lib/the_games_db/image/boxart.rb', line 16

def width
  @width.to_i
end