Class: Fantasydata::Boxscore::ReceivingStat

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

def name
  @name
end

#numberObject (readonly)

Returns the value of attribute number.



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

def position_category
  @position_category
end

#receiving_longObject (readonly)

Returns the value of attribute receiving_long.



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

def receiving_long
  @receiving_long
end

#receiving_targetsObject (readonly)

Returns the value of attribute receiving_targets.



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

def receiving_targets
  @receiving_targets
end

#receiving_touchdownsObject (readonly)

Returns the value of attribute receiving_touchdowns.



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

def receiving_touchdowns
  @receiving_touchdowns
end

#receiving_yardsObject (readonly)

Returns the value of attribute receiving_yards.



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

def receiving_yards
  @receiving_yards
end

#receiving_yards_per_receptionObject (readonly)

Returns the value of attribute receiving_yards_per_reception.



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

def receiving_yards_per_reception
  @receiving_yards_per_reception
end

#receiving_yards_per_targetObject (readonly)

Returns the value of attribute receiving_yards_per_target.



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

def receiving_yards_per_target
  @receiving_yards_per_target
end

#reception_percentageObject (readonly)

Returns the value of attribute reception_percentage.



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

def reception_percentage
  @reception_percentage
end

#receptionsObject (readonly)

Returns the value of attribute receptions.



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

def receptions
  @receptions
end

#short_nameObject (readonly)

Returns the value of attribute short_name.



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

def team
  @team
end

#two_point_conversion_receptionsObject (readonly)

Returns the value of attribute two_point_conversion_receptions.



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

def two_point_conversion_receptions
  @two_point_conversion_receptions
end

#updatedObject (readonly)

Returns the value of attribute updated.



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

def updated
  @updated
end