Sha256: 7471e4583752535d2786596b5377385b8239cd1806fec7c22997244dd4291851

Contents?: true

Size: 427 Bytes

Versions: 2

Compression:

Stored size: 427 Bytes

Contents

# frozen_string_literal: true

module MLBStatsAPI
  module Leagues
    LEAGUES = {
      american: 103,
      national: 104,
      al: 103,
      nl: 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.2.1 lib/mlb_stats_api/leagues.rb
mlb_stats_api-0.2.0 lib/mlb_stats_api/leagues.rb