Sha256: 76bea7d28dd69ece10270c61337b1de0e9ba8a93d6800ba54e12424e8678ef09
Contents?: true
Size: 566 Bytes
Versions: 128
Compression:
Stored size: 566 Bytes
Contents
module Sportradar module Api module Football class Ncaafb class Player < Sportradar::Api::Football::Player def api @api || Sportradar::Api::Football::Ncaafb::Api.new end end end end end end __END__ ncaafb = Marshal.load(File.binread('ncaafb.bin')); t = ncaafb.teams.first; t.get_roster; t.players.first t.players.first.totals ncaafb = Marshal.load(File.binread('ncaafb.bin')); t = ncaafb.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