Class: SendGrid4r::REST::Stats::Metric

Inherits:
Struct
  • Object
show all
Defined in:
lib/sendgrid4r/rest/stats/stats.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blocksObject

Returns the value of attribute blocks

Returns:

  • (Object)

    the current value of blocks



19
20
21
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19

def blocks
  @blocks
end

#bounce_dropsObject

Returns the value of attribute bounce_drops

Returns:

  • (Object)

    the current value of bounce_drops



19
20
21
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19

def bounce_drops
  @bounce_drops
end

#bouncesObject

Returns the value of attribute bounces

Returns:

  • (Object)

    the current value of bounces



19
20
21
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19

def bounces
  @bounces
end

#clicksObject

Returns the value of attribute clicks

Returns:

  • (Object)

    the current value of clicks



19
20
21
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19

def clicks
  @clicks
end

#deferredObject

Returns the value of attribute deferred

Returns:

  • (Object)

    the current value of deferred



19
20
21
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19

def deferred
  @deferred
end

#deliveredObject

Returns the value of attribute delivered

Returns:

  • (Object)

    the current value of delivered



19
20
21
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19

def delivered
  @delivered
end

#dropsObject

Returns the value of attribute drops

Returns:

  • (Object)

    the current value of drops



19
20
21
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19

def drops
  @drops
end

#invalid_emailsObject

Returns the value of attribute invalid_emails

Returns:

  • (Object)

    the current value of invalid_emails



19
20
21
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19

def invalid_emails
  @invalid_emails
end

#opensObject

Returns the value of attribute opens

Returns:

  • (Object)

    the current value of opens



19
20
21
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19

def opens
  @opens
end

#processedObject

Returns the value of attribute processed

Returns:

  • (Object)

    the current value of processed



19
20
21
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19

def processed
  @processed
end

#receivedObject

Returns the value of attribute received

Returns:

  • (Object)

    the current value of received



19
20
21
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19

def received
  @received
end

#requestsObject

Returns the value of attribute requests

Returns:

  • (Object)

    the current value of requests



19
20
21
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19

def requests
  @requests
end

#spam_report_dropsObject

Returns the value of attribute spam_report_drops

Returns:

  • (Object)

    the current value of spam_report_drops



19
20
21
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19

def spam_report_drops
  @spam_report_drops
end

#spam_reportsObject

Returns the value of attribute spam_reports

Returns:

  • (Object)

    the current value of spam_reports



19
20
21
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19

def spam_reports
  @spam_reports
end

#unique_clicksObject

Returns the value of attribute unique_clicks

Returns:

  • (Object)

    the current value of unique_clicks



19
20
21
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19

def unique_clicks
  @unique_clicks
end

#unique_opensObject

Returns the value of attribute unique_opens

Returns:

  • (Object)

    the current value of unique_opens



19
20
21
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19

def unique_opens
  @unique_opens
end

#unsubscribe_dropsObject

Returns the value of attribute unsubscribe_drops

Returns:

  • (Object)

    the current value of unsubscribe_drops



19
20
21
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19

def unsubscribe_drops
  @unsubscribe_drops
end

#unsubscribesObject

Returns the value of attribute unsubscribes

Returns:

  • (Object)

    the current value of unsubscribes



19
20
21
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19

def unsubscribes
  @unsubscribes
end