Class: StructuredDataToSql::Json::RecordStreamer::Result
- Inherits:
-
Struct
- Object
- Struct
- StructuredDataToSql::Json::RecordStreamer::Result
- Defined in:
- lib/structured_data_to_sql/json/record_streamer.rb
Instance Attribute Summary collapse
-
#envelope ⇒ Object
Returns the value of attribute envelope.
-
#parse_error ⇒ Object
Returns the value of attribute parse_error.
-
#record_count ⇒ Object
Returns the value of attribute record_count.
-
#records_key ⇒ Object
Returns the value of attribute records_key.
-
#skipped_lines ⇒ Object
Returns the value of attribute skipped_lines.
-
#truncated ⇒ Object
Returns the value of attribute truncated.
Instance Attribute Details
#envelope ⇒ Object
Returns the value of attribute envelope
28 29 30 |
# File 'lib/structured_data_to_sql/json/record_streamer.rb', line 28 def envelope @envelope end |
#parse_error ⇒ Object
Returns the value of attribute parse_error
28 29 30 |
# File 'lib/structured_data_to_sql/json/record_streamer.rb', line 28 def parse_error @parse_error end |
#record_count ⇒ Object
Returns the value of attribute record_count
28 29 30 |
# File 'lib/structured_data_to_sql/json/record_streamer.rb', line 28 def record_count @record_count end |
#records_key ⇒ Object
Returns the value of attribute records_key
28 29 30 |
# File 'lib/structured_data_to_sql/json/record_streamer.rb', line 28 def records_key @records_key end |
#skipped_lines ⇒ Object
Returns the value of attribute skipped_lines
28 29 30 |
# File 'lib/structured_data_to_sql/json/record_streamer.rb', line 28 def skipped_lines @skipped_lines end |
#truncated ⇒ Object
Returns the value of attribute truncated
28 29 30 |
# File 'lib/structured_data_to_sql/json/record_streamer.rb', line 28 def truncated @truncated end |