Method: Fantasydata::BoxScore#away_defense
- Defined in:
- lib/fantasydata/box_score.rb
#away_defense ⇒ Object
6 7 8 |
# File 'lib/fantasydata/box_score.rb', line 6 def away_defense @away_defense ||= map_collection(Fantasydata::Boxscore::PlayerDefenseStat, :away_defense) end |