Class: SendGrid4r::REST::Stats::Metric
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Stats::Metric
- Defined in:
- lib/sendgrid4r/rest/stats/stats.rb
Instance Attribute Summary collapse
-
#blocks ⇒ Object
Returns the value of attribute blocks.
-
#bounce_drops ⇒ Object
Returns the value of attribute bounce_drops.
-
#bounces ⇒ Object
Returns the value of attribute bounces.
-
#clicks ⇒ Object
Returns the value of attribute clicks.
-
#deferred ⇒ Object
Returns the value of attribute deferred.
-
#delivered ⇒ Object
Returns the value of attribute delivered.
-
#drops ⇒ Object
Returns the value of attribute drops.
-
#invalid_emails ⇒ Object
Returns the value of attribute invalid_emails.
-
#opens ⇒ Object
Returns the value of attribute opens.
-
#processed ⇒ Object
Returns the value of attribute processed.
-
#received ⇒ Object
Returns the value of attribute received.
-
#requests ⇒ Object
Returns the value of attribute requests.
-
#spam_report_drops ⇒ Object
Returns the value of attribute spam_report_drops.
-
#spam_reports ⇒ Object
Returns the value of attribute spam_reports.
-
#unique_clicks ⇒ Object
Returns the value of attribute unique_clicks.
-
#unique_opens ⇒ Object
Returns the value of attribute unique_opens.
-
#unsubscribe_drops ⇒ Object
Returns the value of attribute unsubscribe_drops.
-
#unsubscribes ⇒ Object
Returns the value of attribute unsubscribes.
Instance Attribute Details
#blocks ⇒ Object
Returns the value of attribute blocks
19 20 21 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19 def blocks @blocks end |
#bounce_drops ⇒ Object
Returns the value of attribute bounce_drops
19 20 21 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19 def bounce_drops @bounce_drops end |
#bounces ⇒ Object
Returns the value of attribute bounces
19 20 21 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19 def bounces @bounces end |
#clicks ⇒ Object
Returns the value of attribute clicks
19 20 21 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19 def clicks @clicks end |
#deferred ⇒ Object
Returns the value of attribute deferred
19 20 21 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19 def deferred @deferred end |
#delivered ⇒ Object
Returns the value of attribute delivered
19 20 21 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19 def delivered @delivered end |
#drops ⇒ Object
Returns the value of attribute drops
19 20 21 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19 def drops @drops end |
#invalid_emails ⇒ Object
Returns the value of attribute invalid_emails
19 20 21 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19 def invalid_emails @invalid_emails end |
#opens ⇒ Object
Returns the value of attribute opens
19 20 21 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19 def opens @opens end |
#processed ⇒ Object
Returns the value of attribute processed
19 20 21 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19 def processed @processed end |
#received ⇒ Object
Returns the value of attribute received
19 20 21 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19 def received @received end |
#requests ⇒ Object
Returns the value of attribute requests
19 20 21 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19 def requests @requests end |
#spam_report_drops ⇒ Object
Returns the value of attribute spam_report_drops
19 20 21 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19 def spam_report_drops @spam_report_drops end |
#spam_reports ⇒ Object
Returns the value of attribute spam_reports
19 20 21 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19 def spam_reports @spam_reports end |
#unique_clicks ⇒ Object
Returns the value of attribute unique_clicks
19 20 21 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19 def unique_clicks @unique_clicks end |
#unique_opens ⇒ Object
Returns the value of attribute unique_opens
19 20 21 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19 def unique_opens @unique_opens end |
#unsubscribe_drops ⇒ Object
Returns the value of attribute unsubscribe_drops
19 20 21 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19 def unsubscribe_drops @unsubscribe_drops end |
#unsubscribes ⇒ Object
Returns the value of attribute unsubscribes
19 20 21 |
# File 'lib/sendgrid4r/rest/stats/stats.rb', line 19 def unsubscribes @unsubscribes end |