Class: Fantasydata::Boxscore::ScoringPlay

Inherits:
Fantasydata::Base show all
Defined in:
lib/fantasydata/boxscore/scoring_play.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Fantasydata::Base

#==, attr_reader, #attrs, #initialize, #update

Constructor Details

This class inherits a constructor from Fantasydata::Base

Instance Attribute Details

#away_scoreObject (readonly)

Returns the value of attribute away_score.



6
7
8
# File 'lib/fantasydata/boxscore/scoring_play.rb', line 6

def away_score
  @away_score
end

#away_teamObject (readonly)

Returns the value of attribute away_team.



6
7
8
# File 'lib/fantasydata/boxscore/scoring_play.rb', line 6

def away_team
  @away_team
end

#dateObject (readonly)

Returns the value of attribute date.



6
7
8
# File 'lib/fantasydata/boxscore/scoring_play.rb', line 6

def date
  @date
end

#game_keyObject (readonly)

Returns the value of attribute game_key.



6
7
8
# File 'lib/fantasydata/boxscore/scoring_play.rb', line 6

def game_key
  @game_key
end

#home_scoreObject (readonly)

Returns the value of attribute home_score.



6
7
8
# File 'lib/fantasydata/boxscore/scoring_play.rb', line 6

def home_score
  @home_score
end

#home_teamObject (readonly)

Returns the value of attribute home_team.



6
7
8
# File 'lib/fantasydata/boxscore/scoring_play.rb', line 6

def home_team
  @home_team
end

#play_descriptionObject (readonly)

Returns the value of attribute play_description.



6
7
8
# File 'lib/fantasydata/boxscore/scoring_play.rb', line 6

def play_description
  @play_description
end

#quarterObject (readonly)

Returns the value of attribute quarter.



6
7
8
# File 'lib/fantasydata/boxscore/scoring_play.rb', line 6

def quarter
  @quarter
end

#scoring_play_idObject (readonly)

Returns the value of attribute scoring_play_id.



6
7
8
# File 'lib/fantasydata/boxscore/scoring_play.rb', line 6

def scoring_play_id
  @scoring_play_id
end

#seasonObject (readonly)

Returns the value of attribute season.



6
7
8
# File 'lib/fantasydata/boxscore/scoring_play.rb', line 6

def season
  @season
end

#season_typeObject (readonly)

Returns the value of attribute season_type.



6
7
8
# File 'lib/fantasydata/boxscore/scoring_play.rb', line 6

def season_type
  @season_type
end

#sequenceObject (readonly)

Returns the value of attribute sequence.



6
7
8
# File 'lib/fantasydata/boxscore/scoring_play.rb', line 6

def sequence
  @sequence
end

#teamObject (readonly)

Returns the value of attribute team.



6
7
8
# File 'lib/fantasydata/boxscore/scoring_play.rb', line 6

def team
  @team
end

#time_remainingObject (readonly)

Returns the value of attribute time_remaining.



6
7
8
# File 'lib/fantasydata/boxscore/scoring_play.rb', line 6

def time_remaining
  @time_remaining
end

#weekObject (readonly)

Returns the value of attribute week.



6
7
8
# File 'lib/fantasydata/boxscore/scoring_play.rb', line 6

def week
  @week
end