class BattleSnake::Snake
 
  - BattleSnake::Snake
 - Reference
 - Object
 
Included Modules
- JSON::Serializable
 
Defined in:
battle_snake/snake.crConstructors
Instance Method Summary
- #body : Array(Point)
 - #body=(body : Array(Point))
 - #head : Point
 - #head=(head : Point)
 - #health : Int32
 - #health=(health : Int32)
 - #id : String
 - #id=(id : String)
 - #latency : String
 - #latency=(latency : String)
 - #length : Int32
 - #length=(length : Int32)
 - #name : String
 - #name=(name : String)
 - #shout : String
 - #shout=(shout : String)
 - #squad : String
 - #squad=(squad : String)