class Lol::Worlds::Draw

Defined in:

lol/worlds/draw.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(groups : StaticArray(Group, 4)) #

[View source]
def self.new(pull : JSON::PullParser) #

JSON stuff


[View source]
def self.new #

[View source]
def self.new(pull : JSON::PullParser, &) #

[View source]

Instance Method Detail

def ==(other) #

slow


[View source]
def add(team : Team) #

[View source]
def clone #

[View source]
def swap(team1 : Team, team2 : Team) #

[View source]
def to_json(json : JSON::Builder) #

[View source]

Macro Detail

macro method_missing(call) #

[View source]