module MLBStatsAPI::Divisions
Constants
- DIVISIONS
There are actually far more divisions from other leagues in the API. I don't think I'll add them until necessary.
Public Instance Methods
divisions(options = {})
click to toggle source
View league division directorial information. @see statsapi.mlb.com/docs/#operation/divisions
# File lib/mlb_stats_api/divisions.rb, line 19 def divisions(options = {}) get '/divisions', options end