class BetHighLow

Overview

Bet on whether the winning number will be low (lower than 19) or high

Defined in:

roulette/bet/bet_type/bet_high_low.cr

Constructors

Instance Method Summary

Instance methods inherited from class BetType

display : String display, dividend : Int32 dividend, win?(number : Int32) : Bool win?

Constructor Detail

def self.new(high_low : HighLow) #

[View source]

Instance Method Detail

def display : String #

[View source]
def dividend : Int32 #

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

[View source]