Method: SDM::ReplayChunk#data

Defined in:
lib/models/porcelain.rb

#dataObject

The raw data of the ReplayChunk. The data is encrypted if the associated Query is encrypted.



12492
12493
12494
# File 'lib/models/porcelain.rb', line 12492

def data
  @data
end