class Probasketball::Collections::Players

Public Class Methods

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