class Probasketball::Collections::Games

Public Class Methods

new(api) click to toggle source
# File lib/probasketball/collections/games.rb, line 4
def initialize(api)
  super(api, 'game')
end