Class: Purplelight::WriterJSONL::EncodedBatch
- Inherits:
-
Data
- Object
- Data
- Purplelight::WriterJSONL::EncodedBatch
- Defined in:
- lib/purplelight/writer_jsonl.rb
Instance Attribute Summary collapse
-
#bytes ⇒ Object
readonly
Returns the value of attribute bytes.
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#rows ⇒ Object
readonly
Returns the value of attribute rows.
Instance Attribute Details
#bytes ⇒ Object (readonly)
Returns the value of attribute bytes
25 26 27 |
# File 'lib/purplelight/writer_jsonl.rb', line 25 def bytes @bytes end |
#data ⇒ Object (readonly)
Returns the value of attribute data
25 26 27 |
# File 'lib/purplelight/writer_jsonl.rb', line 25 def data @data end |
#rows ⇒ Object (readonly)
Returns the value of attribute rows
25 26 27 |
# File 'lib/purplelight/writer_jsonl.rb', line 25 def rows @rows end |