Class: SendGrid4r::REST::MarketingCampaigns::Contacts::Recipients::Result
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::MarketingCampaigns::Contacts::Recipients::Result
- Defined in:
- lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb
Instance Attribute Summary collapse
-
#error_count ⇒ Object
Returns the value of attribute error_count.
-
#error_indices ⇒ Object
Returns the value of attribute error_indices.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#new_count ⇒ Object
Returns the value of attribute new_count.
-
#persisted_recipients ⇒ Object
Returns the value of attribute persisted_recipients.
-
#updated_count ⇒ Object
Returns the value of attribute updated_count.
Instance Attribute Details
#error_count ⇒ Object
Returns the value of attribute error_count
120 121 122 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 120 def error_count @error_count end |
#error_indices ⇒ Object
Returns the value of attribute error_indices
120 121 122 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 120 def error_indices @error_indices end |
#errors ⇒ Object
Returns the value of attribute errors
120 121 122 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 120 def errors @errors end |
#new_count ⇒ Object
Returns the value of attribute new_count
120 121 122 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 120 def new_count @new_count end |
#persisted_recipients ⇒ Object
Returns the value of attribute persisted_recipients
120 121 122 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 120 def persisted_recipients @persisted_recipients end |
#updated_count ⇒ Object
Returns the value of attribute updated_count
120 121 122 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 120 def updated_count @updated_count end |