Sha256: 378f64c425947dcae30eff104ba2e0376ec38dcaaf92fddfc017ed920ef81c96

Contents?: true

Size: 278 Bytes

Versions: 1

Compression:

Stored size: 278 Bytes

Contents

require 'the_games_db/image/format'

module TheGamesDB
  module Image
    class Screenshot
      include SAXMachine

      ancestor :game
      element :original, :class => TheGamesDB::Image::Format
      element :thumb,    :class => TheGamesDB::Image::Format
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
the_games_db-0.1.0 lib/the_games_db/image/screenshot.rb