Class: Fantasydata::Boxscore::RushingStat

Inherits:
Fantasydata::Base show all
Defined in:
lib/fantasydata/boxscore/rushing_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/rushing_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/rushing_stat.rb', line 6

def fantasy_position
  @fantasy_position
end

#fumbles_lostObject (readonly)

Returns the value of attribute fumbles_lost.



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

def fumbles_lost
  @fumbles_lost
end

#nameObject (readonly)

Returns the value of attribute name.



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

def name
  @name
end

#numberObject (readonly)

Returns the value of attribute number.



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

def number
  @number
end

#player_game_idObject (readonly)

Returns the value of attribute player_game_id.



6
7
8
# File 'lib/fantasydata/boxscore/rushing_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/rushing_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/rushing_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/rushing_stat.rb', line 6

def position_category
  @position_category
end

#rushing_attemptsObject (readonly)

Returns the value of attribute rushing_attempts.



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

def rushing_attempts
  @rushing_attempts
end

#rushing_longObject (readonly)

Returns the value of attribute rushing_long.



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

def rushing_long
  @rushing_long
end

#rushing_touchdownsObject (readonly)

Returns the value of attribute rushing_touchdowns.



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

def rushing_touchdowns
  @rushing_touchdowns
end

#rushing_yardsObject (readonly)

Returns the value of attribute rushing_yards.



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

def rushing_yards
  @rushing_yards
end

#rushing_yards_per_attemptObject (readonly)

Returns the value of attribute rushing_yards_per_attempt.



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

def rushing_yards_per_attempt
  @rushing_yards_per_attempt
end

#short_nameObject (readonly)

Returns the value of attribute short_name.



6
7
8
# File 'lib/fantasydata/boxscore/rushing_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/rushing_stat.rb', line 6

def team
  @team
end

#two_point_conversion_runsObject (readonly)

Returns the value of attribute two_point_conversion_runs.



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

def two_point_conversion_runs
  @two_point_conversion_runs
end

#updatedObject (readonly)

Returns the value of attribute updated.



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

def updated
  @updated
end