Class: Fantasydata::Boxscore::PassingStat
- Inherits:
-
Fantasydata::Base
- Object
- Fantasydata::Base
- Fantasydata::Boxscore::PassingStat
- Defined in:
- lib/fantasydata/boxscore/passing_stat.rb
Instance Attribute Summary collapse
-
#fantasy_points ⇒ Object
readonly
Returns the value of attribute fantasy_points.
-
#fantasy_position ⇒ Object
readonly
Returns the value of attribute fantasy_position.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#number ⇒ Object
readonly
Returns the value of attribute number.
-
#passing_attempts ⇒ Object
readonly
Returns the value of attribute passing_attempts.
-
#passing_completion_percentage ⇒ Object
readonly
Returns the value of attribute passing_completion_percentage.
-
#passing_completions ⇒ Object
readonly
Returns the value of attribute passing_completions.
-
#passing_interceptions ⇒ Object
readonly
Returns the value of attribute passing_interceptions.
-
#passing_long ⇒ Object
readonly
Returns the value of attribute passing_long.
-
#passing_rating ⇒ Object
readonly
Returns the value of attribute passing_rating.
-
#passing_sack_yards ⇒ Object
readonly
Returns the value of attribute passing_sack_yards.
-
#passing_sacks ⇒ Object
readonly
Returns the value of attribute passing_sacks.
-
#passing_touchdowns ⇒ Object
readonly
Returns the value of attribute passing_touchdowns.
-
#passing_yards ⇒ Object
readonly
Returns the value of attribute passing_yards.
-
#passing_yards_per_attempt ⇒ Object
readonly
Returns the value of attribute passing_yards_per_attempt.
-
#passing_yards_per_completion ⇒ Object
readonly
Returns the value of attribute passing_yards_per_completion.
-
#player_game_id ⇒ Object
readonly
Returns the value of attribute player_game_id.
-
#player_id ⇒ Object
readonly
Returns the value of attribute player_id.
-
#position ⇒ Object
readonly
Returns the value of attribute position.
-
#position_category ⇒ Object
readonly
Returns the value of attribute position_category.
-
#short_name ⇒ Object
readonly
Returns the value of attribute short_name.
-
#team ⇒ Object
readonly
Returns the value of attribute team.
-
#two_point_conversion_passes ⇒ Object
readonly
Returns the value of attribute two_point_conversion_passes.
-
#updated ⇒ Object
readonly
Returns the value of attribute updated.
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
#fantasy_points ⇒ Object (readonly)
Returns the value of attribute fantasy_points.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def fantasy_points @fantasy_points end |
#fantasy_position ⇒ Object (readonly)
Returns the value of attribute fantasy_position.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def fantasy_position @fantasy_position end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def name @name end |
#number ⇒ Object (readonly)
Returns the value of attribute number.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def number @number end |
#passing_attempts ⇒ Object (readonly)
Returns the value of attribute passing_attempts.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def passing_attempts @passing_attempts end |
#passing_completion_percentage ⇒ Object (readonly)
Returns the value of attribute passing_completion_percentage.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def passing_completion_percentage @passing_completion_percentage end |
#passing_completions ⇒ Object (readonly)
Returns the value of attribute passing_completions.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def passing_completions @passing_completions end |
#passing_interceptions ⇒ Object (readonly)
Returns the value of attribute passing_interceptions.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def passing_interceptions @passing_interceptions end |
#passing_long ⇒ Object (readonly)
Returns the value of attribute passing_long.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def passing_long @passing_long end |
#passing_rating ⇒ Object (readonly)
Returns the value of attribute passing_rating.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def end |
#passing_sack_yards ⇒ Object (readonly)
Returns the value of attribute passing_sack_yards.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def passing_sack_yards @passing_sack_yards end |
#passing_sacks ⇒ Object (readonly)
Returns the value of attribute passing_sacks.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def passing_sacks @passing_sacks end |
#passing_touchdowns ⇒ Object (readonly)
Returns the value of attribute passing_touchdowns.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def passing_touchdowns @passing_touchdowns end |
#passing_yards ⇒ Object (readonly)
Returns the value of attribute passing_yards.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def passing_yards @passing_yards end |
#passing_yards_per_attempt ⇒ Object (readonly)
Returns the value of attribute passing_yards_per_attempt.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def passing_yards_per_attempt @passing_yards_per_attempt end |
#passing_yards_per_completion ⇒ Object (readonly)
Returns the value of attribute passing_yards_per_completion.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def passing_yards_per_completion @passing_yards_per_completion end |
#player_game_id ⇒ Object (readonly)
Returns the value of attribute player_game_id.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def player_game_id @player_game_id end |
#player_id ⇒ Object (readonly)
Returns the value of attribute player_id.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def player_id @player_id end |
#position ⇒ Object (readonly)
Returns the value of attribute position.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def position @position end |
#position_category ⇒ Object (readonly)
Returns the value of attribute position_category.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def position_category @position_category end |
#short_name ⇒ Object (readonly)
Returns the value of attribute short_name.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def short_name @short_name end |
#team ⇒ Object (readonly)
Returns the value of attribute team.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def team @team end |
#two_point_conversion_passes ⇒ Object (readonly)
Returns the value of attribute two_point_conversion_passes.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def two_point_conversion_passes @two_point_conversion_passes end |
#updated ⇒ Object (readonly)
Returns the value of attribute updated.
6 7 8 |
# File 'lib/fantasydata/boxscore/passing_stat.rb', line 6 def updated @updated end |