Class: Fantasydata::Boxscore::PassingStat

Inherits:
Fantasydata::Base show all
Defined in:
lib/fantasydata/boxscore/passing_stat.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

#fantasy_pointsObject (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_positionObject (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

#nameObject (readonly)

Returns the value of attribute name.



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

def name
  @name
end

#numberObject (readonly)

Returns the value of attribute number.



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

def number
  @number
end

#passing_attemptsObject (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_percentageObject (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_completionsObject (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_interceptionsObject (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_longObject (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_ratingObject (readonly)

Returns the value of attribute passing_rating.



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

def passing_rating
  @passing_rating
end

#passing_sack_yardsObject (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_sacksObject (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_touchdownsObject (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_yardsObject (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_attemptObject (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_completionObject (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_idObject (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_idObject (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

#positionObject (readonly)

Returns the value of attribute position.



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

def position
  @position
end

#position_categoryObject (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_nameObject (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

#teamObject (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_passesObject (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

#updatedObject (readonly)

Returns the value of attribute updated.



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

def updated
  @updated
end