struct Klaxon::Config::Elasticsearch

Included Modules

Defined in:

config.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(host : String | Nil = nil, port : Int32 | UInt16 | Nil = nil, username : String | Nil = nil, password : String | Nil = nil, tls : Bool | Nil = nil) #

[View source]

Instance Method Detail

def host : String #

[View source]
def password : String | Nil #

[View source]
def port : UInt16 #

[View source]
def tls : Bool #

[View source]
def username : String | Nil #

[View source]