Class: Mailtrap::EmailLogEventDetails::Bounce

Inherits:
Struct
  • Object
show all
Defined in:
lib/mailtrap/email_log_event_details.rb

Overview

For event_type = soft_bounce or bounce

Instance Attribute Summary collapse

Instance Attribute Details

#bounce_categoryObject

Returns the value of attribute bounce_category

Returns:

  • (Object)

    the current value of bounce_category



17
18
19
# File 'lib/mailtrap/email_log_event_details.rb', line 17

def bounce_category
  @bounce_category
end

#email_service_providerObject

Returns the value of attribute email_service_provider

Returns:

  • (Object)

    the current value of email_service_provider



17
18
19
# File 'lib/mailtrap/email_log_event_details.rb', line 17

def email_service_provider
  @email_service_provider
end

#email_service_provider_responseObject

Returns the value of attribute email_service_provider_response

Returns:

  • (Object)

    the current value of email_service_provider_response



17
18
19
# File 'lib/mailtrap/email_log_event_details.rb', line 17

def email_service_provider_response
  @email_service_provider_response
end

#email_service_provider_statusObject

Returns the value of attribute email_service_provider_status

Returns:

  • (Object)

    the current value of email_service_provider_status



17
18
19
# File 'lib/mailtrap/email_log_event_details.rb', line 17

def email_service_provider_status
  @email_service_provider_status
end

#recipient_mxObject

Returns the value of attribute recipient_mx

Returns:

  • (Object)

    the current value of recipient_mx



17
18
19
# File 'lib/mailtrap/email_log_event_details.rb', line 17

def recipient_mx
  @recipient_mx
end

#sending_ipObject

Returns the value of attribute sending_ip

Returns:

  • (Object)

    the current value of sending_ip



17
18
19
# File 'lib/mailtrap/email_log_event_details.rb', line 17

def sending_ip
  @sending_ip
end