struct Klaxon::Config::Elasticsearch
- Klaxon::Config::Elasticsearch
- Struct
- Value
- Object
Included Modules
- YAML::Serializable
Defined in:
config.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(host : String | Nil = nil, port : Int32 | UInt16 | Nil = nil, username : String | Nil = nil, password : String | Nil = nil, tls : Bool | Nil = nil)
Instance Method Summary
Constructor Detail
def self.new(host : String | Nil = nil, port : Int32 | UInt16 | Nil = nil, username : String | Nil = nil, password : String | Nil = nil, tls : Bool | Nil = nil)
#