Class: QueueUtil::EventLogFile

Inherits:
Struct
  • Object
show all
Defined in:
lib/logstash/inputs/sfdc_elf/queue_util.rb

Overview

Zip up the tempfile, which is a CSV file, and the field types, so that when parsing the CSV file we can accurately convert each field to its respective type. Like Integers and Booleans.

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



14
15
16
# File 'lib/logstash/inputs/sfdc_elf/queue_util.rb', line 14

def event_type
  @event_type
end

#field_typesObject

Returns the value of attribute field_types

Returns:

  • (Object)

    the current value of field_types



14
15
16
# File 'lib/logstash/inputs/sfdc_elf/queue_util.rb', line 14

def field_types
  @field_types
end

#temp_fileObject

Returns the value of attribute temp_file

Returns:

  • (Object)

    the current value of temp_file



14
15
16
# File 'lib/logstash/inputs/sfdc_elf/queue_util.rb', line 14

def temp_file
  @temp_file
end