Class: CommandTower::Messaging::Contract::Results::DeliveryAttemptResult
- Inherits:
-
Data
- Object
- Data
- CommandTower::Messaging::Contract::Results::DeliveryAttemptResult
- Defined in:
- app/services/command_tower/messaging/contract/results/delivery_attempt_result.rb
Instance Attribute Summary collapse
-
#attempt_number ⇒ Object
readonly
Returns the value of attribute attempt_number.
-
#error_class ⇒ Object
readonly
Returns the value of attribute error_class.
-
#error_code ⇒ Object
readonly
Returns the value of attribute error_code.
-
#finished_at ⇒ Object
readonly
Returns the value of attribute finished_at.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#normalized_provider_status ⇒ Object
readonly
Returns the value of attribute normalized_provider_status.
-
#provider_message_id ⇒ Object
readonly
Returns the value of attribute provider_message_id.
-
#started_at ⇒ Object
readonly
Returns the value of attribute started_at.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#attempt_number ⇒ Object (readonly)
Returns the value of attribute attempt_number
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/delivery_attempt_result.rb', line 7 def attempt_number @attempt_number end |
#error_class ⇒ Object (readonly)
Returns the value of attribute error_class
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/delivery_attempt_result.rb', line 7 def error_class @error_class end |
#error_code ⇒ Object (readonly)
Returns the value of attribute error_code
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/delivery_attempt_result.rb', line 7 def error_code @error_code end |
#finished_at ⇒ Object (readonly)
Returns the value of attribute finished_at
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/delivery_attempt_result.rb', line 7 def finished_at @finished_at end |
#id ⇒ Object (readonly)
Returns the value of attribute id
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/delivery_attempt_result.rb', line 7 def id @id end |
#normalized_provider_status ⇒ Object (readonly)
Returns the value of attribute normalized_provider_status
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/delivery_attempt_result.rb', line 7 def normalized_provider_status @normalized_provider_status end |
#provider_message_id ⇒ Object (readonly)
Returns the value of attribute provider_message_id
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/delivery_attempt_result.rb', line 7 def @provider_message_id end |
#started_at ⇒ Object (readonly)
Returns the value of attribute started_at
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/delivery_attempt_result.rb', line 7 def started_at @started_at end |
#status ⇒ Object (readonly)
Returns the value of attribute status
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/delivery_attempt_result.rb', line 7 def status @status end |