Method: PCP::Message#data

Defined in:
lib/pcp/message.rb

#dataObject

Get the content of the data chunk

Returns:

  • current content of the data chunk



73
74
75
# File 'lib/pcp/message.rb', line 73

def data
  @chunks[0]
end