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



99
100
101
# File 'lib/enconvert/v2_results.rb', line 99

def completed_at
  @completed_at
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



99
100
101
# File 'lib/enconvert/v2_results.rb', line 99

def created_at
  @created_at
end

#error_messageObject

Returns the value of attribute error_message

Returns:

  • (Object)

    the current value of error_message



99
100
101
# File 'lib/enconvert/v2_results.rb', line 99

def error_message
  @error_message
end

#job_idObject

Returns the value of attribute job_id

Returns:

  • (Object)

    the current value of job_id



99
100
101
# File 'lib/enconvert/v2_results.rb', line 99

def job_id
  @job_id
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



99
100
101
# File 'lib/enconvert/v2_results.rb', line 99

def mode
  @mode
end

#output_urlObject

Returns the value of attribute output_url

Returns:

  • (Object)

    the current value of output_url



99
100
101
# File 'lib/enconvert/v2_results.rb', line 99

def output_url
  @output_url
end

#pages_discoveredObject

Returns the value of attribute pages_discovered

Returns:

  • (Object)

    the current value of pages_discovered



99
100
101
# File 'lib/enconvert/v2_results.rb', line 99

def pages_discovered
  @pages_discovered
end

#pages_failedObject

Returns the value of attribute pages_failed

Returns:

  • (Object)

    the current value of pages_failed



99
100
101
# File 'lib/enconvert/v2_results.rb', line 99

def pages_failed
  @pages_failed
end

#pages_processedObject

Returns the value of attribute pages_processed

Returns:

  • (Object)

    the current value of pages_processed



99
100
101
# File 'lib/enconvert/v2_results.rb', line 99

def pages_processed
  @pages_processed
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



99
100
101
# File 'lib/enconvert/v2_results.rb', line 99

def status
  @status
end

#total_chunksObject

Returns the value of attribute total_chunks

Returns:

  • (Object)

    the current value of total_chunks



99
100
101
# File 'lib/enconvert/v2_results.rb', line 99

def total_chunks
  @total_chunks
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



99
100
101
# File 'lib/enconvert/v2_results.rb', line 99

def warnings
  @warnings
end

#webhook_deliveredObject

Returns the value of attribute webhook_delivered

Returns:

  • (Object)

    the current value of webhook_delivered



99
100
101
# File 'lib/enconvert/v2_results.rb', line 99

def webhook_delivered
  @webhook_delivered
end

#webhook_urlObject

Returns the value of attribute webhook_url

Returns:

  • (Object)

    the current value of webhook_url



99
100
101
# File 'lib/enconvert/v2_results.rb', line 99

def webhook_url
  @webhook_url
end