Class: SendGrid4r::REST::MarketingCampaigns::Campaign
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::MarketingCampaigns::Campaign
- Defined in:
- lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb
Instance Attribute Summary collapse
-
#categories ⇒ Object
Returns the value of attribute categories.
-
#custom_unsubscribe_url ⇒ Object
Returns the value of attribute custom_unsubscribe_url.
-
#html_content ⇒ Object
Returns the value of attribute html_content.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ip_pool ⇒ Object
Returns the value of attribute ip_pool.
-
#list_ids ⇒ Object
Returns the value of attribute list_ids.
-
#plain_content ⇒ Object
Returns the value of attribute plain_content.
-
#segment_ids ⇒ Object
Returns the value of attribute segment_ids.
-
#send_at ⇒ Object
Returns the value of attribute send_at.
-
#sender_id ⇒ Object
Returns the value of attribute sender_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#suppression_group_id ⇒ Object
Returns the value of attribute suppression_group_id.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#categories ⇒ Object
Returns the value of attribute categories
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10 def categories @categories end |
#custom_unsubscribe_url ⇒ Object
Returns the value of attribute 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_content ⇒ Object
Returns the value of attribute html_content
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10 def html_content @html_content end |
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10 def id @id end |
#ip_pool ⇒ Object
Returns the value of attribute ip_pool
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10 def ip_pool @ip_pool end |
#list_ids ⇒ Object
Returns the value of attribute list_ids
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10 def list_ids @list_ids end |
#plain_content ⇒ Object
Returns the value of attribute plain_content
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10 def plain_content @plain_content end |
#segment_ids ⇒ Object
Returns the value of attribute segment_ids
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10 def segment_ids @segment_ids end |
#send_at ⇒ Object
Returns the value of attribute send_at
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10 def send_at @send_at end |
#sender_id ⇒ Object
Returns the value of attribute sender_id
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10 def sender_id @sender_id end |
#status ⇒ Object
Returns the value of attribute status
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10 def status @status end |
#subject ⇒ Object
Returns the value of attribute subject
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10 def subject @subject end |
#suppression_group_id ⇒ Object
Returns the value of attribute 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 |
#title ⇒ Object
Returns the value of attribute title
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/marketing_campaigns.rb', line 10 def title @title end |