class FantasyFootballNerd::Genetic::Player
- FantasyFootballNerd::Genetic::Player
- Reference
- Object
Defined in:
fantasy_football_nerd/genetic/player.crConstructors
Class Method Summary
Instance Method Summary
- #display_name : String | Nil
- #display_name=(display_name : String | Nil)
- #in_team?(team)
- #position : String | Nil
- #position=(position : String | Nil)
- #salary : Int32
- #salary=(salary : Int32)
- #standard : Float64
- #standard=(standard : Float64)
Constructor Detail
def self.new(display_name : Nil | String, salary : Int32, position : Nil | String, standard : Float64)
#