Sha256: d5bce3f703cc5a96c8289442392f3e1b904f91a793f7f5627b9d7b7e41ccfdd3
Contents?: true
Size: 397 Bytes
Versions: 2
Compression:
Stored size: 397 Bytes
Contents
# frozen_string_literal: true module MLBStatsAPI module Leagues LEAGUES = { american: 103, national: 104, big_east: 107, acc: 108, texas: 109, california: 110, southern: 111, pcl: 112, eastern: 113, cactus: 114, grapefruit: 115, south_atlantic: 116, international: 117, midwest: 118 }.freeze end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mlb_stats_api-0.1.1 | lib/mlb_stats_api/leagues.rb |
mlb_stats_api-0.1.0 | lib/mlb_stats_api/leagues.rb |