Class: SendGrid4r::REST::MarketingCampaigns::Contacts::Segments::Segment
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::MarketingCampaigns::Contacts::Segments::Segment
- Defined in:
- lib/sendgrid4r/rest/marketing_campaigns/contacts/segments.rb
Instance Attribute Summary collapse
-
#conditions ⇒ Object
Returns the value of attribute conditions.
-
#id ⇒ Object
Returns the value of attribute id.
-
#list_id ⇒ Object
Returns the value of attribute list_id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#recipient_count ⇒ Object
Returns the value of attribute recipient_count.
Instance Attribute Details
#conditions ⇒ Object
Returns the value of attribute conditions
13 14 15 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/segments.rb', line 13 def conditions @conditions end |
#id ⇒ Object
Returns the value of attribute id
13 14 15 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/segments.rb', line 13 def id @id end |
#list_id ⇒ Object
Returns the value of attribute list_id
13 14 15 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/segments.rb', line 13 def list_id @list_id end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/segments.rb', line 13 def name @name end |
#recipient_count ⇒ Object
Returns the value of attribute recipient_count
13 14 15 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/segments.rb', line 13 def recipient_count @recipient_count end |