struct Config::Bind

Included Modules

Defined in:

config.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def host : String #

[View source]
def host=(host : String) #

[View source]
def perm : Int16 #

[View source]
def perm=(perm : Int16) #

[View source]
def port : Int32 #

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

[View source]
def unix : String #

[View source]
def unix=(unix : String) #

[View source]