Class: SendGrid4r::REST::MarketingCampaigns::Contacts::Recipients::Recipient

Inherits:
Struct
  • Object
show all
Defined in:
lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



12
13
14
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 12

def created_at
  @created_at
end

#custom_fieldsObject

Returns the value of attribute custom_fields

Returns:

  • (Object)

    the current value of custom_fields



12
13
14
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 12

def custom_fields
  @custom_fields
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



12
13
14
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 12

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name

Returns:

  • (Object)

    the current value of first_name



12
13
14
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 12

def first_name
  @first_name
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



12
13
14
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 12

def id
  @id
end

#last_clickedObject

Returns the value of attribute last_clicked

Returns:

  • (Object)

    the current value of last_clicked



12
13
14
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 12

def last_clicked
  @last_clicked
end

#last_emailedObject

Returns the value of attribute last_emailed

Returns:

  • (Object)

    the current value of last_emailed



12
13
14
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 12

def last_emailed
  @last_emailed
end

#last_nameObject

Returns the value of attribute last_name

Returns:

  • (Object)

    the current value of last_name



12
13
14
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 12

def last_name
  @last_name
end

#last_openedObject

Returns the value of attribute last_opened

Returns:

  • (Object)

    the current value of last_opened



12
13
14
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 12

def last_opened
  @last_opened
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



12
13
14
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 12

def updated_at
  @updated_at
end