Class: SendGrid4r::REST::EmailActivity::Activity
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::EmailActivity::Activity
- Defined in:
- lib/sendgrid4r/rest/email_activity.rb
Instance Attribute Summary collapse
-
#asm_group_id ⇒ Object
Returns the value of attribute asm_group_id.
-
#category ⇒ Object
Returns the value of attribute category.
-
#created ⇒ Object
Returns the value of attribute created.
-
#email ⇒ Object
Returns the value of attribute email.
-
#event ⇒ Object
Returns the value of attribute event.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#msg_id ⇒ Object
Returns the value of attribute msg_id.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#smtp_id ⇒ Object
Returns the value of attribute smtp_id.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#asm_group_id ⇒ Object
Returns the value of attribute asm_group_id
28 29 30 |
# File 'lib/sendgrid4r/rest/email_activity.rb', line 28 def asm_group_id @asm_group_id end |
#category ⇒ Object
Returns the value of attribute category
28 29 30 |
# File 'lib/sendgrid4r/rest/email_activity.rb', line 28 def category @category end |
#created ⇒ Object
Returns the value of attribute created
28 29 30 |
# File 'lib/sendgrid4r/rest/email_activity.rb', line 28 def created @created end |
#email ⇒ Object
Returns the value of attribute email
28 29 30 |
# File 'lib/sendgrid4r/rest/email_activity.rb', line 28 def email @email end |
#event ⇒ Object
Returns the value of attribute event
28 29 30 |
# File 'lib/sendgrid4r/rest/email_activity.rb', line 28 def event @event end |
#ip ⇒ Object
Returns the value of attribute ip
28 29 30 |
# File 'lib/sendgrid4r/rest/email_activity.rb', line 28 def ip @ip end |
#msg_id ⇒ Object
Returns the value of attribute msg_id
28 29 30 |
# File 'lib/sendgrid4r/rest/email_activity.rb', line 28 def msg_id @msg_id end |
#reason ⇒ Object
Returns the value of attribute reason
28 29 30 |
# File 'lib/sendgrid4r/rest/email_activity.rb', line 28 def reason @reason end |
#smtp_id ⇒ Object
Returns the value of attribute smtp_id
28 29 30 |
# File 'lib/sendgrid4r/rest/email_activity.rb', line 28 def smtp_id @smtp_id end |
#url ⇒ Object
Returns the value of attribute url
28 29 30 |
# File 'lib/sendgrid4r/rest/email_activity.rb', line 28 def url @url end |