Class: CommandTower::Messaging::Contract::Results::DeliveryAttemptResult

Inherits:
Data
  • Object
show all
Defined in:
app/services/command_tower/messaging/contract/results/delivery_attempt_result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attempt_numberObject (readonly)

Returns the value of attribute attempt_number

Returns:

  • (Object)

    the current value of 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_classObject (readonly)

Returns the value of attribute error_class

Returns:

  • (Object)

    the current value of 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_codeObject (readonly)

Returns the value of attribute error_code

Returns:

  • (Object)

    the current value of 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_atObject (readonly)

Returns the value of attribute finished_at

Returns:

  • (Object)

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

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



7
8
9
# File 'app/services/command_tower/messaging/contract/results/delivery_attempt_result.rb', line 7

def id
  @id
end

#normalized_provider_statusObject (readonly)

Returns the value of attribute normalized_provider_status

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute provider_message_id

Returns:

  • (Object)

    the current value of provider_message_id



7
8
9
# File 'app/services/command_tower/messaging/contract/results/delivery_attempt_result.rb', line 7

def provider_message_id
  @provider_message_id
end

#started_atObject (readonly)

Returns the value of attribute started_at

Returns:

  • (Object)

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

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



7
8
9
# File 'app/services/command_tower/messaging/contract/results/delivery_attempt_result.rb', line 7

def status
  @status
end