Class: SendGrid4r::REST::MarketingCampaigns::Contacts::Recipients::Recipient
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::MarketingCampaigns::Contacts::Recipients::Recipient
- Defined in:
- lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#custom_fields ⇒ Object
Returns the value of attribute custom_fields.
-
#email ⇒ Object
Returns the value of attribute email.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#last_clicked ⇒ Object
Returns the value of attribute last_clicked.
-
#last_emailed ⇒ Object
Returns the value of attribute last_emailed.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#last_opened ⇒ Object
Returns the value of attribute last_opened.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at
12 13 14 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 12 def created_at @created_at end |
#custom_fields ⇒ Object
Returns the value of attribute custom_fields
12 13 14 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 12 def custom_fields @custom_fields end |
#email ⇒ Object
Returns the value of attribute email
12 13 14 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 12 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name
12 13 14 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 12 def first_name @first_name end |
#id ⇒ Object
Returns the value of attribute id
12 13 14 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 12 def id @id end |
#last_clicked ⇒ Object
Returns the value of attribute last_clicked
12 13 14 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 12 def last_clicked @last_clicked end |
#last_emailed ⇒ Object
Returns the value of attribute last_emailed
12 13 14 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 12 def last_emailed @last_emailed end |
#last_name ⇒ Object
Returns the value of attribute last_name
12 13 14 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 12 def last_name @last_name end |
#last_opened ⇒ Object
Returns the value of attribute last_opened
12 13 14 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 12 def last_opened @last_opened end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
12 13 14 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 12 def updated_at @updated_at end |