Class: Enconvert::V2::IngestJobSummary

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

Overview

Compact job row from list_ingest_jobs (webhook_url replaced by a flag).

Instance Attribute Summary collapse

Instance Attribute Details

#completed_atObject

Returns the value of attribute completed_at

Returns:

  • (Object)

    the current value of completed_at



92
93
94
# File 'lib/enconvert/v2_results.rb', line 92

def completed_at
  @completed_at
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



92
93
94
# File 'lib/enconvert/v2_results.rb', line 92

def created_at
  @created_at
end

#error_messageObject

Returns the value of attribute error_message

Returns:

  • (Object)

    the current value of error_message



92
93
94
# File 'lib/enconvert/v2_results.rb', line 92

def error_message
  @error_message
end

#job_idObject

Returns the value of attribute job_id

Returns:

  • (Object)

    the current value of job_id



92
93
94
# File 'lib/enconvert/v2_results.rb', line 92

def job_id
  @job_id
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



92
93
94
# File 'lib/enconvert/v2_results.rb', line 92

def mode
  @mode
end

#output_urlObject

Returns the value of attribute output_url

Returns:

  • (Object)

    the current value of output_url



92
93
94
# File 'lib/enconvert/v2_results.rb', line 92

def output_url
  @output_url
end

#pages_discoveredObject

Returns the value of attribute pages_discovered

Returns:

  • (Object)

    the current value of pages_discovered



92
93
94
# File 'lib/enconvert/v2_results.rb', line 92

def pages_discovered
  @pages_discovered
end

#pages_failedObject

Returns the value of attribute pages_failed

Returns:

  • (Object)

    the current value of pages_failed



92
93
94
# File 'lib/enconvert/v2_results.rb', line 92

def pages_failed
  @pages_failed
end

#pages_processedObject

Returns the value of attribute pages_processed

Returns:

  • (Object)

    the current value of pages_processed



92
93
94
# File 'lib/enconvert/v2_results.rb', line 92

def pages_processed
  @pages_processed
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



92
93
94
# File 'lib/enconvert/v2_results.rb', line 92

def status
  @status
end

#total_chunksObject

Returns the value of attribute total_chunks

Returns:

  • (Object)

    the current value of total_chunks



92
93
94
# File 'lib/enconvert/v2_results.rb', line 92

def total_chunks
  @total_chunks
end

#webhook_configuredObject

Returns the value of attribute webhook_configured

Returns:

  • (Object)

    the current value of webhook_configured



92
93
94
# File 'lib/enconvert/v2_results.rb', line 92

def webhook_configured
  @webhook_configured
end

#webhook_deliveredObject

Returns the value of attribute webhook_delivered

Returns:

  • (Object)

    the current value of webhook_delivered



92
93
94
# File 'lib/enconvert/v2_results.rb', line 92

def webhook_delivered
  @webhook_delivered
end