class Maze

Defined in:

maze.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(name : String, url : String, desc : String) #

[View source]

Instance Method Detail

def desc : String #

[View source]
def name : String #

[View source]
def url : String #

[View source]

Macro Detail

macro define_getter_methods(names) #

[View source]