class Player

Defined in:

player.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(policy : Policy::Base, token : String, number : Int32) #

[View source]

Instance Method Detail

def number : Int32 #

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

[View source]
def policy : Policy::Base #

[View source]
def token : String #

[View source]