Class: RFlow::Message::Data::Raw

Inherits:
Object
  • Object
show all
Defined in:
lib/rflow/components/raw.rb

Overview

RFlow format defined for raw-data messages which can be emitted by components. Of course the real class is RFlow::Message with type RFlow::Message::Data::Raw.

Instance Attribute Summary collapse

Instance Attribute Details

#rawString

The raw data.

Returns:

  • (String)


# File 'lib/rflow/components/raw.rb', line 7