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
119 120 121 |
# File 'lib/enconvert/v2_results.rb', line 119 def attempts @attempts end |
#delivered ⇒ Object
Returns the value of attribute delivered
119 120 121 |
# File 'lib/enconvert/v2_results.rb', line 119 def delivered @delivered end |
#detail ⇒ Object
Returns the value of attribute detail
119 120 121 |
# File 'lib/enconvert/v2_results.rb', line 119 def detail @detail end |
#job_id ⇒ Object
Returns the value of attribute job_id
119 120 121 |
# File 'lib/enconvert/v2_results.rb', line 119 def job_id @job_id end |
#status_code ⇒ Object
Returns the value of attribute status_code
119 120 121 |
# File 'lib/enconvert/v2_results.rb', line 119 def status_code @status_code end |