Class: Stattleship::Games

Inherits:
Endpoint
  • Object
show all
Defined in:
lib/stattleship/games.rb

Instance Method Summary collapse

Methods inherited from Endpoint

#data, fetch

Instance Method Details

#populateObject



3
4
5
6
7
# File 'lib/stattleship/games.rb', line 3

def populate
  games.each do |game|
    populate_game(game)
  end
end