Method: Strutta::API#games
- Defined in:
- lib/strutta-api.rb
#games(id = nil) ⇒ Strutta::Games
Instantiates a Strutta::Games object
62 63 64 |
# File 'lib/strutta-api.rb', line 62 def games(id = nil) Games.new id, self end |
Instantiates a Strutta::Games object
62 63 64 |
# File 'lib/strutta-api.rb', line 62 def games(id = nil) Games.new id, self end |