Class: CommandTower::Messaging::Execution::Adapters::Expo::Adapter::EndpointAttempt

Inherits:
Struct
  • Object
show all
Defined in:
app/services/command_tower/messaging/execution/adapters/expo/adapter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_id ⇒ Object

Returns the value of attribute endpoint_id

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of token



13
14
15
# File 'app/services/command_tower/messaging/execution/adapters/expo/adapter.rb', line 13

def token
  @token
end