struct CollectDData

Defined in:

collectd_processor.cr

Constant Summary

EMPTY = ""

Constructors

Instance Method Summary

Constructor Detail

def self.new(preamble : String = EMPTY, host : String = EMPTY, tag : Array(String) = Array(String).new, data : String = EMPTY, timestamp : String = EMPTY) #

[View source]

Instance Method Detail

def data : String #

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

[View source]
def host : String #

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

[View source]
def preamble : String #

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

[View source]
def tag : Array(String) #

[View source]
def tag=(tag : Array(String)) #

[View source]
def timestamp : String #

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

[View source]