Method: Fantasydata::BoxScore#home_punting
- Defined in:
- lib/fantasydata/box_score.rb
#home_punting ⇒ Object
62 63 64 |
# File 'lib/fantasydata/box_score.rb', line 62 def home_punting @home_punting ||= map_collection(Fantasydata::Boxscore::PuntingStat, :home_punting) end |