class FantasyFootballNerd::Genetic::Player

Defined in:

fantasy_football_nerd/genetic/player.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(display_name : Nil | String, salary : Int32, position : Nil | String, standard : Float64) #

[View source]

Class Method Detail

def self.create_list(nfl_players, rankings) #

[View source]

Instance Method Detail

def display_name : String | Nil #

[View source]
def display_name=(display_name : String | Nil) #

[View source]
def in_team?(team) #

[View source]
def position : String | Nil #

[View source]
def position=(position : String | Nil) #

[View source]
def salary : Int32 #

[View source]
def salary=(salary : Int32) #

[View source]
def standard : Float64 #

[View source]
def standard=(standard : Float64) #

[View source]