Method: MLBStatsAPI::Drafts#draft
- Defined in:
- lib/mlb_stats_api/drafts.rb
#draft(year, options = {}) ⇒ Object
View drafted players by year.
9 10 11 |
# File 'lib/mlb_stats_api/drafts.rb', line 9 def draft(year, = {}) get "/draft/#{year}", end |