Method: Fantasydata::BoxScore#home_defense

Defined in:
lib/fantasydata/box_score.rb

#home_defenseObject



42
43
44
# File 'lib/fantasydata/box_score.rb', line 42

def home_defense
  @home_defense ||= map_collection(Fantasydata::Boxscore::PlayerDefenseStat, :home_defense)
end