Class: CommandTower::Messaging::Contract::Results::ChannelDeliveryResult
- Inherits:
-
Data
- Object
- Data
- CommandTower::Messaging::Contract::Results::ChannelDeliveryResult
- Defined in:
- app/services/command_tower/messaging/contract/results/channel_delivery_result.rb
Instance Attribute Summary collapse
-
#channel_key ⇒ Object
readonly
Returns the value of attribute channel_key.
-
#delivery_attempts ⇒ Object
readonly
Returns the value of attribute delivery_attempts.
-
#execution_attempt_count ⇒ Object
readonly
Returns the value of attribute execution_attempt_count.
-
#execution_claimed_at ⇒ Object
readonly
Returns the value of attribute execution_claimed_at.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#latest_attempt_at ⇒ Object
readonly
Returns the value of attribute latest_attempt_at.
-
#latest_outcome_code ⇒ Object
readonly
Returns the value of attribute latest_outcome_code.
-
#retries_exhausted ⇒ Object
readonly
Returns the value of attribute retries_exhausted.
-
#retry_eligible_at ⇒ Object
readonly
Returns the value of attribute retry_eligible_at.
-
#retry_expected ⇒ Object
readonly
Returns the value of attribute retry_expected.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#terminal ⇒ Object
readonly
Returns the value of attribute terminal.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#channel_key ⇒ Object (readonly)
Returns the value of attribute channel_key
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/channel_delivery_result.rb', line 7 def channel_key @channel_key end |
#delivery_attempts ⇒ Object (readonly)
Returns the value of attribute delivery_attempts
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/channel_delivery_result.rb', line 7 def delivery_attempts @delivery_attempts end |
#execution_attempt_count ⇒ Object (readonly)
Returns the value of attribute execution_attempt_count
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/channel_delivery_result.rb', line 7 def execution_attempt_count @execution_attempt_count end |
#execution_claimed_at ⇒ Object (readonly)
Returns the value of attribute execution_claimed_at
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/channel_delivery_result.rb', line 7 def execution_claimed_at @execution_claimed_at end |
#id ⇒ Object (readonly)
Returns the value of attribute id
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/channel_delivery_result.rb', line 7 def id @id end |
#latest_attempt_at ⇒ Object (readonly)
Returns the value of attribute latest_attempt_at
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/channel_delivery_result.rb', line 7 def latest_attempt_at @latest_attempt_at end |
#latest_outcome_code ⇒ Object (readonly)
Returns the value of attribute latest_outcome_code
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/channel_delivery_result.rb', line 7 def latest_outcome_code @latest_outcome_code end |
#retries_exhausted ⇒ Object (readonly)
Returns the value of attribute retries_exhausted
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/channel_delivery_result.rb', line 7 def retries_exhausted @retries_exhausted end |
#retry_eligible_at ⇒ Object (readonly)
Returns the value of attribute retry_eligible_at
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/channel_delivery_result.rb', line 7 def retry_eligible_at @retry_eligible_at end |
#retry_expected ⇒ Object (readonly)
Returns the value of attribute retry_expected
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/channel_delivery_result.rb', line 7 def retry_expected @retry_expected end |
#status ⇒ Object (readonly)
Returns the value of attribute status
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/channel_delivery_result.rb', line 7 def status @status end |
#terminal ⇒ Object (readonly)
Returns the value of attribute terminal
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/channel_delivery_result.rb', line 7 def terminal @terminal end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
7 8 9 |
# File 'app/services/command_tower/messaging/contract/results/channel_delivery_result.rb', line 7 def updated_at @updated_at end |