Class: CommandTower::Messaging::Execution::Adapters::Expo::Adapter::EndpointAttempt
- Inherits:
-
Struct
- Object
- Struct
- CommandTower::Messaging::Execution::Adapters::Expo::Adapter::EndpointAttempt
- Defined in:
- app/services/command_tower/messaging/execution/adapters/expo/adapter.rb
Instance Attribute Summary collapse
-
#endpoint_id ⇒ Object
Returns the value of attribute endpoint_id.
-
#error_code ⇒ Object
Returns the value of attribute error_code.
-
#outcome ⇒ Object
Returns the value of attribute outcome.
-
#receipt ⇒ Object
Returns the value of attribute receipt.
-
#ticket ⇒ Object
Returns the value of attribute ticket.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#endpoint_id ⇒ Object
Returns the value of attribute endpoint_id
13 14 15 |
# File 'app/services/command_tower/messaging/execution/adapters/expo/adapter.rb', line 13 def endpoint_id @endpoint_id end |
#error_code ⇒ Object
Returns the value of attribute error_code
13 14 15 |
# File 'app/services/command_tower/messaging/execution/adapters/expo/adapter.rb', line 13 def error_code @error_code end |
#outcome ⇒ Object
Returns the value of attribute outcome
13 14 15 |
# File 'app/services/command_tower/messaging/execution/adapters/expo/adapter.rb', line 13 def outcome @outcome end |
#receipt ⇒ Object
Returns the value of attribute receipt
13 14 15 |
# File 'app/services/command_tower/messaging/execution/adapters/expo/adapter.rb', line 13 def receipt @receipt end |
#ticket ⇒ Object
Returns the value of attribute ticket
13 14 15 |
# File 'app/services/command_tower/messaging/execution/adapters/expo/adapter.rb', line 13 def ticket @ticket end |
#token ⇒ Object
Returns the value of attribute token
13 14 15 |
# File 'app/services/command_tower/messaging/execution/adapters/expo/adapter.rb', line 13 def token @token end |