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