Class: Enconvert::V2::IngestJob
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::V2::IngestJob
- Defined in:
- lib/enconvert/v2_results.rb
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.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
-
#webhook_delivered ⇒ Object
Returns the value of attribute webhook_delivered.
-
#webhook_url ⇒ Object
Returns the value of attribute webhook_url.
Instance Attribute Details
#completed_at ⇒ Object
Returns the value of attribute completed_at
85 86 87 |
# File 'lib/enconvert/v2_results.rb', line 85 def completed_at @completed_at end |
#created_at ⇒ Object
Returns the value of attribute created_at
85 86 87 |
# File 'lib/enconvert/v2_results.rb', line 85 def created_at @created_at end |
#error_message ⇒ Object
Returns the value of attribute error_message
85 86 87 |
# File 'lib/enconvert/v2_results.rb', line 85 def @error_message end |
#job_id ⇒ Object
Returns the value of attribute job_id
85 86 87 |
# File 'lib/enconvert/v2_results.rb', line 85 def job_id @job_id end |
#mode ⇒ Object
Returns the value of attribute mode
85 86 87 |
# File 'lib/enconvert/v2_results.rb', line 85 def mode @mode end |
#output_url ⇒ Object
Returns the value of attribute output_url
85 86 87 |
# File 'lib/enconvert/v2_results.rb', line 85 def output_url @output_url end |
#pages_discovered ⇒ Object
Returns the value of attribute pages_discovered
85 86 87 |
# File 'lib/enconvert/v2_results.rb', line 85 def pages_discovered @pages_discovered end |
#pages_failed ⇒ Object
Returns the value of attribute pages_failed
85 86 87 |
# File 'lib/enconvert/v2_results.rb', line 85 def pages_failed @pages_failed end |
#pages_processed ⇒ Object
Returns the value of attribute pages_processed
85 86 87 |
# File 'lib/enconvert/v2_results.rb', line 85 def pages_processed @pages_processed end |
#status ⇒ Object
Returns the value of attribute status
85 86 87 |
# File 'lib/enconvert/v2_results.rb', line 85 def status @status end |
#total_chunks ⇒ Object
Returns the value of attribute total_chunks
85 86 87 |
# File 'lib/enconvert/v2_results.rb', line 85 def total_chunks @total_chunks end |
#warnings ⇒ Object
Returns the value of attribute warnings
85 86 87 |
# File 'lib/enconvert/v2_results.rb', line 85 def warnings @warnings end |
#webhook_delivered ⇒ Object
Returns the value of attribute webhook_delivered
85 86 87 |
# File 'lib/enconvert/v2_results.rb', line 85 def webhook_delivered @webhook_delivered end |
#webhook_url ⇒ Object
Returns the value of attribute webhook_url
85 86 87 |
# File 'lib/enconvert/v2_results.rb', line 85 def webhook_url @webhook_url end |