class Mocr::Parser::Config

Included Modules

Defined in:

mocr/parser/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

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

[View source]
def self.new #

[View source]

Instance Method Detail

def port : Int32 #

[View source]
def port=(port : Int32) #

[View source]
def root : Route #

[View source]
def root=(root : Route) #

[View source]
def vars : Hash(String, String) #

[View source]
def vars=(vars : Hash(String, String)) #

[View source]