Class: StructuredDataToSql::Json::RecordStreamer::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/structured_data_to_sql/json/record_streamer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#envelopeObject

Returns the value of attribute envelope

Returns:

  • (Object)

    the current value of envelope



28
29
30
# File 'lib/structured_data_to_sql/json/record_streamer.rb', line 28

def envelope
  @envelope
end

#parse_errorObject

Returns the value of attribute parse_error

Returns:

  • (Object)

    the current value of parse_error



28
29
30
# File 'lib/structured_data_to_sql/json/record_streamer.rb', line 28

def parse_error
  @parse_error
end

#record_countObject

Returns the value of attribute record_count

Returns:

  • (Object)

    the current value of record_count



28
29
30
# File 'lib/structured_data_to_sql/json/record_streamer.rb', line 28

def record_count
  @record_count
end

#records_keyObject

Returns the value of attribute records_key

Returns:

  • (Object)

    the current value of records_key



28
29
30
# File 'lib/structured_data_to_sql/json/record_streamer.rb', line 28

def records_key
  @records_key
end

#skipped_linesObject

Returns the value of attribute skipped_lines

Returns:

  • (Object)

    the current value of skipped_lines



28
29
30
# File 'lib/structured_data_to_sql/json/record_streamer.rb', line 28

def skipped_lines
  @skipped_lines
end

#truncatedObject

Returns the value of attribute truncated

Returns:

  • (Object)

    the current value of truncated



28
29
30
# File 'lib/structured_data_to_sql/json/record_streamer.rb', line 28

def truncated
  @truncated
end