abstract class BetType

Direct Known Subclasses

Defined in:

roulette/bet/bet_type.cr

Instance Method Summary

Instance Method Detail

abstract def display : String #

[View source]
abstract def dividend : Int32 #

[View source]
abstract def win?(number : Int32) : Bool #

[View source]