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
92 93 94 |
# File 'lib/enconvert/v2_results.rb', line 92 def completed_at @completed_at end |
#created_at ⇒ Object
Returns the value of attribute created_at
92 93 94 |
# File 'lib/enconvert/v2_results.rb', line 92 def created_at @created_at end |
#error_message ⇒ Object
Returns the value of attribute error_message
92 93 94 |
# File 'lib/enconvert/v2_results.rb', line 92 def @error_message end |
#job_id ⇒ Object
Returns the value of attribute job_id
92 93 94 |
# File 'lib/enconvert/v2_results.rb', line 92 def job_id @job_id end |
#mode ⇒ Object
Returns the value of attribute mode
92 93 94 |
# File 'lib/enconvert/v2_results.rb', line 92 def mode @mode end |
#output_url ⇒ Object
Returns the value of attribute output_url
92 93 94 |
# File 'lib/enconvert/v2_results.rb', line 92 def output_url @output_url end |
#pages_discovered ⇒ Object
Returns the value of attribute pages_discovered
92 93 94 |
# File 'lib/enconvert/v2_results.rb', line 92 def pages_discovered @pages_discovered end |
#pages_failed ⇒ Object
Returns the value of attribute pages_failed
92 93 94 |
# File 'lib/enconvert/v2_results.rb', line 92 def pages_failed @pages_failed end |
#pages_processed ⇒ Object
Returns the value of attribute pages_processed
92 93 94 |
# File 'lib/enconvert/v2_results.rb', line 92 def pages_processed @pages_processed end |
#status ⇒ Object
Returns the value of attribute status
92 93 94 |
# File 'lib/enconvert/v2_results.rb', line 92 def status @status end |
#total_chunks ⇒ Object
Returns the value of attribute total_chunks
92 93 94 |
# File 'lib/enconvert/v2_results.rb', line 92 def total_chunks @total_chunks end |
#webhook_configured ⇒ Object
Returns the value of attribute webhook_configured
92 93 94 |
# File 'lib/enconvert/v2_results.rb', line 92 def webhook_configured @webhook_configured end |
#webhook_delivered ⇒ Object
Returns the value of attribute webhook_delivered
92 93 94 |
# File 'lib/enconvert/v2_results.rb', line 92 def webhook_delivered @webhook_delivered end |