struct CB::Client::Logdest
- CB::Client::Logdest
 - Struct
 - Value
 - Object
 
Included Modules
- JSON::Serializable
 
Defined in:
Constructors
- .new(id : String, host : String, port : Int32, template : String, description : String)
 - .new(pull : JSON::PullParser)
 
Instance Method Summary
- #clone
 - #copy_with(id _id = @id, host _host = @host, port _port = @port, template _template = @template, description _description = @description)
 - #description : String
 - #host : String
 - #id : String
 - #port : Int32
 - #template : String
 
Constructor Detail
Instance Method Detail
        
        def copy_with(id _id = @id, host _host = @host, port _port = @port, template _template = @template, description _description = @description)
        #