Class: Mailtrap::EmailLogEventDetails::Delivery

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

Overview

For event_type = delivery

Instance Attribute Summary collapse

Instance Attribute Details

#email_service_providerObject

Returns the value of attribute email_service_provider

Returns:

  • (Object)

    the current value of email_service_provider



8
9
10
# File 'lib/mailtrap/email_log_event_details.rb', line 8

def email_service_provider
  @email_service_provider
end

#recipient_mxObject

Returns the value of attribute recipient_mx

Returns:

  • (Object)

    the current value of recipient_mx



8
9
10
# File 'lib/mailtrap/email_log_event_details.rb', line 8

def recipient_mx
  @recipient_mx
end

#sending_ipObject

Returns the value of attribute sending_ip

Returns:

  • (Object)

    the current value of sending_ip



8
9
10
# File 'lib/mailtrap/email_log_event_details.rb', line 8

def sending_ip
  @sending_ip
end