struct

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)
Source

Instance methods

data
Source
data=(data : String)
Source
host
Source
host=(host : String)
Source
preamble
Source
preamble=(preamble : String)
Source
tag=(tag : Array(String))
Source
timestamp
Source
timestamp=(timestamp : String)
Source