Class: Enconvert::V2::IngestJob

Inherits:
Struct
  • Object
show all
Defined in:
lib/enconvert/v2_results.rb

Instance Attribute Summary collapse

Instance Attribute Details

#completed_atObject

Returns the value of attribute completed_at

Returns:

  • (Object)

    the current value of completed_at



85
86
87
# File 'lib/enconvert/v2_results.rb', line 85

def completed_at
  @completed_at
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



85
86
87
# File 'lib/enconvert/v2_results.rb', line 85

def created_at
  @created_at
end

#error_messageObject

Returns the value of attribute error_message

Returns:

  • (Object)

    the current value of error_message



85
86
87
# File 'lib/enconvert/v2_results.rb', line 85

def error_message
  @error_message
end

#job_idObject

Returns the value of attribute job_id

Returns:

  • (Object)

    the current value of job_id



85
86
87
# File 'lib/enconvert/v2_results.rb', line 85

def job_id
  @job_id
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



85
86
87
# File 'lib/enconvert/v2_results.rb', line 85

def mode
  @mode
end

#output_urlObject

Returns the value of attribute output_url

Returns:

  • (Object)

    the current value of output_url



85
86
87
# File 'lib/enconvert/v2_results.rb', line 85

def output_url
  @output_url
end

#pages_discoveredObject

Returns the value of attribute pages_discovered

Returns:

  • (Object)

    the current value of pages_discovered



85
86
87
# File 'lib/enconvert/v2_results.rb', line 85

def pages_discovered
  @pages_discovered
end

#pages_failedObject

Returns the value of attribute pages_failed

Returns:

  • (Object)

    the current value of pages_failed



85
86
87
# File 'lib/enconvert/v2_results.rb', line 85

def pages_failed
  @pages_failed
end

#pages_processedObject

Returns the value of attribute pages_processed

Returns:

  • (Object)

    the current value of pages_processed



85
86
87
# File 'lib/enconvert/v2_results.rb', line 85

def pages_processed
  @pages_processed
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



85
86
87
# File 'lib/enconvert/v2_results.rb', line 85

def status
  @status
end

#total_chunksObject

Returns the value of attribute total_chunks

Returns:

  • (Object)

    the current value of total_chunks



85
86
87
# File 'lib/enconvert/v2_results.rb', line 85

def total_chunks
  @total_chunks
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



85
86
87
# File 'lib/enconvert/v2_results.rb', line 85

def warnings
  @warnings
end

#webhook_deliveredObject

Returns the value of attribute webhook_delivered

Returns:

  • (Object)

    the current value of webhook_delivered



85
86
87
# File 'lib/enconvert/v2_results.rb', line 85

def webhook_delivered
  @webhook_delivered
end

#webhook_urlObject

Returns the value of attribute webhook_url

Returns:

  • (Object)

    the current value of webhook_url



85
86
87
# File 'lib/enconvert/v2_results.rb', line 85

def webhook_url
  @webhook_url
end