alexmchale / xmlstats-ruby

A ruby client for xmlstats, an easy to use API for obtaining MLB and NBA statistics in XML or JSON.
MIT License
5 stars 2 forks source link

Missing methods in Pitcher object #5

Open Terpinator opened 9 years ago

Terpinator commented 9 years ago

Thanks for your great gem that wraps xmlstats

Xmlstats.mlb_box_score(event.event_id)

Pitcher objects returned from mlb_box_score.home_pitchers (i.e.)

All methods referenced https://erikberg.com/api/objects/pitcher seem to be there except:

win loss save

Missing method errors returned

Thanks