Class: Fantasydata::FantasyPlayerAdp

Inherits:
Base
  • Object
show all
Defined in:
lib/fantasydata/fantasy_player_adp.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#==, attr_reader, #attrs, #initialize, #update

Constructor Details

This class inherits a constructor from Fantasydata::Base

Instance Attribute Details

#average_draft_positionObject (readonly)

Returns the value of attribute average_draft_position.



5
6
7
# File 'lib/fantasydata/fantasy_player_adp.rb', line 5

def average_draft_position
  @average_draft_position
end

#average_draft_position_pprObject (readonly)

Returns the value of attribute average_draft_position_ppr.



5
6
7
# File 'lib/fantasydata/fantasy_player_adp.rb', line 5

def average_draft_position_ppr
  @average_draft_position_ppr
end

#bye_weekObject (readonly)

Returns the value of attribute bye_week.



5
6
7
# File 'lib/fantasydata/fantasy_player_adp.rb', line 5

def bye_week
  @bye_week
end

#fantasy_player_keyObject (readonly)

Returns the value of attribute fantasy_player_key.



5
6
7
# File 'lib/fantasydata/fantasy_player_adp.rb', line 5

def fantasy_player_key
  @fantasy_player_key
end

#last_season_fantasy_pointsObject (readonly)

Returns the value of attribute last_season_fantasy_points.



5
6
7
# File 'lib/fantasydata/fantasy_player_adp.rb', line 5

def last_season_fantasy_points
  @last_season_fantasy_points
end

#nameObject (readonly)

Returns the value of attribute name.



5
6
7
# File 'lib/fantasydata/fantasy_player_adp.rb', line 5

def name
  @name
end

#player_idObject (readonly)

Returns the value of attribute player_id.



5
6
7
# File 'lib/fantasydata/fantasy_player_adp.rb', line 5

def player_id
  @player_id
end

#positionObject (readonly)

Returns the value of attribute position.



5
6
7
# File 'lib/fantasydata/fantasy_player_adp.rb', line 5

def position
  @position
end

#projected_fantasy_pointsObject (readonly)

Returns the value of attribute projected_fantasy_points.



5
6
7
# File 'lib/fantasydata/fantasy_player_adp.rb', line 5

def projected_fantasy_points
  @projected_fantasy_points
end

#teamObject (readonly)

Returns the value of attribute team.



5
6
7
# File 'lib/fantasydata/fantasy_player_adp.rb', line 5

def team
  @team
end