Class: Athenaeum::Game
Overview
Athenaeum::Game
Synopsis
Represents a video game from your collection.
Authors
-
Ben Bleything <[email protected]>
Copyright
Copyright © 2007 LAIKA, Inc
Version
$Id: game.rb 284 2007-08-01 18:01:14Z bbleything $
Instance Method Summary collapse
-
#creator ⇒ Object
alias publisher to creator.
Methods inherited from Item
create, find_by_type, find_by_uuid, inherited, #initialize, registry, #to_html, type_name, types
Constructor Details
This class inherits a constructor from Athenaeum::Item
Instance Method Details
#creator ⇒ Object
alias publisher to creator
23 24 25 |
# File 'lib/athenaeum/itemtypes/game.rb', line 23 def creator self.publisher end |