struct CB::Model::LogDestination

Included Modules

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, host : String, port : Int32, template : String, description : String) #

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def clone #

def copy_with(id _id = @id, host _host = @host, port _port = @port, template _template = @template, description _description = @description) #

def description : String #

def host : String #

def id : String #

def port : Int32 #

def template : String #