Method: Fantasydata::BoxScore#game

Defined in:
lib/fantasydata/box_score.rb

#gameObject



38
39
40
# File 'lib/fantasydata/box_score.rb', line 38

def game
  @game ||= Fantasydata::GameStat.new(@attrs[:game])
end