class

FantasyFootballNerd::Genetic::Player

Inherits Reference < Object

Constructors

new(display_name : Nil | String, salary : Int32, position : Nil | String, standard : Float64)
Source

Class methods

create_list(nfl_players, rankings)
Source

Instance methods

display_name
Source
display_name=(display_name : String | Nil)
Source
in_team?(team)
Source
position
Source
position=(position : String | Nil)
Source
salary
Source
salary=(salary : Int32)
Source
standard
Source
standard=(standard : Float64)
Source