Method: Fantasydata::BoxScore#home_rushing
- Defined in:
- lib/fantasydata/box_score.rb
#home_rushing ⇒ Object
70 71 72 |
# File 'lib/fantasydata/box_score.rb', line 70 def home_rushing @home_rushing ||= map_collection(Fantasydata::Boxscore::RushingStat, :home_rushing) end |