Class: SendGrid4r::REST::MarketingCampaigns::Campaign

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

Instance Attribute Summary collapse

Instance Attribute Details

#categoriesObject

Returns the value of attribute categories

Returns:

  • (Object)

    the current value of categories



10
11
12
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10

def categories
  @categories
end

#custom_unsubscribe_urlObject

Returns the value of attribute custom_unsubscribe_url

Returns:

  • (Object)

    the current value of custom_unsubscribe_url



10
11
12
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10

def custom_unsubscribe_url
  @custom_unsubscribe_url
end

#html_contentObject

Returns the value of attribute html_content

Returns:

  • (Object)

    the current value of html_content



10
11
12
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10

def html_content
  @html_content
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



10
11
12
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10

def id
  @id
end

#ip_poolObject

Returns the value of attribute ip_pool

Returns:

  • (Object)

    the current value of ip_pool



10
11
12
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10

def ip_pool
  @ip_pool
end

#list_idsObject

Returns the value of attribute list_ids

Returns:

  • (Object)

    the current value of list_ids



10
11
12
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10

def list_ids
  @list_ids
end

#plain_contentObject

Returns the value of attribute plain_content

Returns:

  • (Object)

    the current value of plain_content



10
11
12
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10

def plain_content
  @plain_content
end

#segment_idsObject

Returns the value of attribute segment_ids

Returns:

  • (Object)

    the current value of segment_ids



10
11
12
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10

def segment_ids
  @segment_ids
end

#send_atObject

Returns the value of attribute send_at

Returns:

  • (Object)

    the current value of send_at



10
11
12
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10

def send_at
  @send_at
end

#sender_idObject

Returns the value of attribute sender_id

Returns:

  • (Object)

    the current value of sender_id



10
11
12
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10

def sender_id
  @sender_id
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



10
11
12
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10

def status
  @status
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



10
11
12
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10

def subject
  @subject
end

#suppression_group_idObject

Returns the value of attribute suppression_group_id

Returns:

  • (Object)

    the current value of suppression_group_id



10
11
12
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10

def suppression_group_id
  @suppression_group_id
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



10
11
12
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10

def title
  @title
end