Class: Mailtrap::EmailLogEventDetails::Click
- Inherits:
-
Struct
- Object
- Struct
- Mailtrap::EmailLogEventDetails::Click
- Defined in:
- lib/mailtrap/email_log_event_details.rb
Overview
For event_type = click
Instance Attribute Summary collapse
-
#click_url ⇒ Object
Returns the value of attribute click_url.
-
#web_ip_address ⇒ Object
Returns the value of attribute web_ip_address.
Instance Attribute Details
#click_url ⇒ Object
Returns the value of attribute click_url
14 15 16 |
# File 'lib/mailtrap/email_log_event_details.rb', line 14 def click_url @click_url end |
#web_ip_address ⇒ Object
Returns the value of attribute web_ip_address
14 15 16 |
# File 'lib/mailtrap/email_log_event_details.rb', line 14 def web_ip_address @web_ip_address end |