Sha256: 1cf78768d16e863ff3fb748a2ec2b0b17e4db7b0cb9cac9389d968ac3a2f98f1
Contents?: true
Size: 542 Bytes
Versions: 128
Compression:
Stored size: 542 Bytes
Contents
module Sportradar module Api module Football class Nfl class Player < Sportradar::Api::Football::Player def api @api || Sportradar::Api::Football::Nfl::Api.new end end end end end end __END__ nfl = Marshal.load(File.binread('nfl.bin')); t = nfl.teams.first; t.get_roster; t.players.first t.players.first.totals nfl = Marshal.load(File.binread('nfl.bin')); t = nfl.teams.sample data = t.get_season_stats(2016); t.get_roster; t.players.sample t.players.sample.totals
Version data entries
128 entries across 128 versions & 1 rubygems