Sha256: abba9fa1a06b5cf16e2c8c6db8cf09865d2dd4d8e9b323312027f748eaa3c662
Contents?: true
Size: 361 Bytes
Versions: 2
Compression:
Stored size: 361 Bytes
Contents
# frozen_string_literal: true module MLBStatsAPI module Divisions # There are actually far more divisions from other leagues in the API. # I don't think I'll add them until necessary. DIVISIONS = { al_east: 201, al_central: 202, al_west: 200, nl_east: 204, nl_central: 205, nl_west: 203 }.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/divisions.rb |
mlb_stats_api-0.2.0 | lib/mlb_stats_api/divisions.rb |