CollectDData
Inherits Struct < Value < Object
Constants
EMPTY = ""
Constructors
new(preamble : String = EMPTY, host : String = EMPTY, tag : Array(String) = Array(String).new, data : String = EMPTY, timestamp : String = EMPTY)
SourceInstance methods
data
Sourcedata=(data : String)
Sourcehost
Sourcehost=(host : String)
Sourcepreamble
Sourcepreamble=(preamble : String)
Sourcetag
Sourcetag=(tag : Array(String))
Sourcetimestamp
Sourcetimestamp=(timestamp : String)
Source