Class: SendGrid4r::REST::MarketingCampaigns::Contacts::Recipients::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#error_countObject

Returns the value of attribute error_count

Returns:

  • (Object)

    the current value of error_count



120
121
122
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 120

def error_count
  @error_count
end

#error_indicesObject

Returns the value of attribute error_indices

Returns:

  • (Object)

    the current value of error_indices



120
121
122
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 120

def error_indices
  @error_indices
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



120
121
122
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 120

def errors
  @errors
end

#new_countObject

Returns the value of attribute new_count

Returns:

  • (Object)

    the current value of new_count



120
121
122
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 120

def new_count
  @new_count
end

#persisted_recipientsObject

Returns the value of attribute persisted_recipients

Returns:

  • (Object)

    the current value of persisted_recipients



120
121
122
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 120

def persisted_recipients
  @persisted_recipients
end

#updated_countObject

Returns the value of attribute updated_count

Returns:

  • (Object)

    the current value of updated_count



120
121
122
# File 'lib/sendgrid4r/rest/marketing_campaigns/contacts/recipients.rb', line 120

def updated_count
  @updated_count
end