Class: Enconvert::V2::WebhookRetryResult
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::V2::WebhookRetryResult
- Defined in:
- lib/enconvert/v2_results.rb
Instance Attribute Summary collapse
-
#attempts ⇒ Object
Returns the value of attribute attempts.
-
#delivered ⇒ Object
Returns the value of attribute delivered.
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#job_id ⇒ Object
Returns the value of attribute job_id.
-
#status_code ⇒ Object
Returns the value of attribute status_code.
Instance Attribute Details
#attempts ⇒ Object
Returns the value of attribute attempts
105 106 107 |
# File 'lib/enconvert/v2_results.rb', line 105 def attempts @attempts end |
#delivered ⇒ Object
Returns the value of attribute delivered
105 106 107 |
# File 'lib/enconvert/v2_results.rb', line 105 def delivered @delivered end |
#detail ⇒ Object
Returns the value of attribute detail
105 106 107 |
# File 'lib/enconvert/v2_results.rb', line 105 def detail @detail end |
#job_id ⇒ Object
Returns the value of attribute job_id
105 106 107 |
# File 'lib/enconvert/v2_results.rb', line 105 def job_id @job_id end |
#status_code ⇒ Object
Returns the value of attribute status_code
105 106 107 |
# File 'lib/enconvert/v2_results.rb', line 105 def status_code @status_code end |