Class: Fantasydata::Boxscore::KickingStat

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

#extra_points_attemptedObject (readonly)

Returns the value of attribute extra_points_attempted.



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

def extra_points_attempted
  @extra_points_attempted
end

#extra_points_madeObject (readonly)

Returns the value of attribute extra_points_made.



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

def extra_points_made
  @extra_points_made
end

#fantasy_pointsObject (readonly)

Returns the value of attribute fantasy_points.



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

def fantasy_position
  @fantasy_position
end

#field_goal_percentageObject (readonly)

Returns the value of attribute field_goal_percentage.



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

def field_goal_percentage
  @field_goal_percentage
end

#field_goals_attemptedObject (readonly)

Returns the value of attribute field_goals_attempted.



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

def field_goals_attempted
  @field_goals_attempted
end

#field_goals_longest_madeObject (readonly)

Returns the value of attribute field_goals_longest_made.



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

def field_goals_longest_made
  @field_goals_longest_made
end

#field_goals_madeObject (readonly)

Returns the value of attribute field_goals_made.



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

def field_goals_made
  @field_goals_made
end

#nameObject (readonly)

Returns the value of attribute name.



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

def name
  @name
end

#numberObject (readonly)

Returns the value of attribute number.



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

def team
  @team
end

#updatedObject (readonly)

Returns the value of attribute updated.



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

def updated
  @updated
end