Class: Purplelight::WriterJSONL::EncodedBatch

Inherits:
Data
  • Object
show all
Defined in:
lib/purplelight/writer_jsonl.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bytesObject (readonly)

Returns the value of attribute bytes

Returns:

  • (Object)

    the current value of bytes



25
26
27
# File 'lib/purplelight/writer_jsonl.rb', line 25

def bytes
  @bytes
end

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



25
26
27
# File 'lib/purplelight/writer_jsonl.rb', line 25

def data
  @data
end

#rowsObject (readonly)

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



25
26
27
# File 'lib/purplelight/writer_jsonl.rb', line 25

def rows
  @rows
end