Class: Enconvert::V2::IngestJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::V2::IngestJobSummary
- 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
-
#completed_at ⇒ Object
Returns the value of attribute completed_at.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#job_id ⇒ Object
Returns the value of attribute job_id.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#output_url ⇒ Object
Returns the value of attribute output_url.
-
#pages_discovered ⇒ Object
Returns the value of attribute pages_discovered.
-
#pages_failed ⇒ Object
Returns the value of attribute pages_failed.
-
#pages_processed ⇒ Object
Returns the value of attribute pages_processed.
-
#status ⇒ Object
Returns the value of attribute status.
-
#total_chunks ⇒ Object
Returns the value of attribute total_chunks.
-
#webhook_configured ⇒ Object
Returns the value of attribute webhook_configured.
-
#webhook_delivered ⇒ Object
Returns the value of attribute webhook_delivered.
Instance Attribute Details
#completed_at ⇒ Object
Returns the value of attribute completed_at
106 107 108 |
# File 'lib/enconvert/v2_results.rb', line 106 def completed_at @completed_at end |
#created_at ⇒ Object
Returns the value of attribute created_at
106 107 108 |
# File 'lib/enconvert/v2_results.rb', line 106 def created_at @created_at end |
#error_message ⇒ Object
Returns the value of attribute error_message
106 107 108 |
# File 'lib/enconvert/v2_results.rb', line 106 def @error_message end |
#job_id ⇒ Object
Returns the value of attribute job_id
106 107 108 |
# File 'lib/enconvert/v2_results.rb', line 106 def job_id @job_id end |
#mode ⇒ Object
Returns the value of attribute mode
106 107 108 |
# File 'lib/enconvert/v2_results.rb', line 106 def mode @mode end |
#output_url ⇒ Object
Returns the value of attribute output_url
106 107 108 |
# File 'lib/enconvert/v2_results.rb', line 106 def output_url @output_url end |
#pages_discovered ⇒ Object
Returns the value of attribute pages_discovered
106 107 108 |
# File 'lib/enconvert/v2_results.rb', line 106 def pages_discovered @pages_discovered end |
#pages_failed ⇒ Object
Returns the value of attribute pages_failed
106 107 108 |
# File 'lib/enconvert/v2_results.rb', line 106 def pages_failed @pages_failed end |
#pages_processed ⇒ Object
Returns the value of attribute pages_processed
106 107 108 |
# File 'lib/enconvert/v2_results.rb', line 106 def pages_processed @pages_processed end |
#status ⇒ Object
Returns the value of attribute status
106 107 108 |
# File 'lib/enconvert/v2_results.rb', line 106 def status @status end |
#total_chunks ⇒ Object
Returns the value of attribute total_chunks
106 107 108 |
# File 'lib/enconvert/v2_results.rb', line 106 def total_chunks @total_chunks end |
#webhook_configured ⇒ Object
Returns the value of attribute webhook_configured
106 107 108 |
# File 'lib/enconvert/v2_results.rb', line 106 def webhook_configured @webhook_configured end |
#webhook_delivered ⇒ Object
Returns the value of attribute webhook_delivered
106 107 108 |
# File 'lib/enconvert/v2_results.rb', line 106 def webhook_delivered @webhook_delivered end |