class Maze

Defined in:

maze.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, url : String, desc : String, method : String = "GET", params : Array(String) = ["query"]) #

[View source]

Instance Method Detail

def desc : String #

[View source]
def method : String #

[View source]
def name : String #

[View source]
def params : Array(String) #

[View source]
def to_json_object #

[View source]
def type : String #

[View source]
def url : String #

[View source]