Class: Softlayer::Container::Network::Message::Delivery::Email::Sendgrid::Statistics
- Defined in:
- lib/softlayer/container/network/message/delivery/email/sendgrid/statistics.rb,
lib/softlayer/container/network/message/delivery/email/sendgrid/statistics/graph.rb,
lib/softlayer/container/network/message/delivery/email/sendgrid/statistics/options.rb
Defined Under Namespace
Classes: Graph, Options, Representer
Instance Attribute Summary collapse
-
#blocks ⇒ Object
Returns the value of attribute blocks.
-
#bounces ⇒ Object
Returns the value of attribute bounces.
-
#clicks ⇒ Object
Returns the value of attribute clicks.
-
#date ⇒ Object
Returns the value of attribute date.
-
#delivered ⇒ Object
Returns the value of attribute delivered.
-
#invalid_email ⇒ Object
Returns the value of attribute invalid_email.
-
#opens ⇒ Object
Returns the value of attribute opens.
-
#repeat_bounces ⇒ Object
Returns the value of attribute repeat_bounces.
-
#repeat_spam_reports ⇒ Object
Returns the value of attribute repeat_spam_reports.
-
#repeat_unsubscribes ⇒ Object
Returns the value of attribute repeat_unsubscribes.
-
#requests ⇒ Object
Returns the value of attribute requests.
-
#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.
-
#unsubscribes ⇒ Object
Returns the value of attribute unsubscribes.
Method Summary
Methods inherited from Model
all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer
Methods included from Model::Operations
extended, #filter, included, #limit, #mask, #request_headers
Instance Attribute Details
#blocks ⇒ Object
Returns the value of attribute blocks.
11 12 13 |
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/statistics.rb', line 11 def blocks @blocks end |
#bounces ⇒ Object
Returns the value of attribute bounces.
12 13 14 |
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/statistics.rb', line 12 def bounces @bounces end |
#clicks ⇒ Object
Returns the value of attribute clicks.
13 14 15 |
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/statistics.rb', line 13 def clicks @clicks end |
#date ⇒ Object
Returns the value of attribute date.
14 15 16 |
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/statistics.rb', line 14 def date @date end |
#delivered ⇒ Object
Returns the value of attribute delivered.
15 16 17 |
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/statistics.rb', line 15 def delivered @delivered end |
#invalid_email ⇒ Object
Returns the value of attribute invalid_email.
16 17 18 |
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/statistics.rb', line 16 def invalid_email @invalid_email end |
#opens ⇒ Object
Returns the value of attribute opens.
17 18 19 |
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/statistics.rb', line 17 def opens @opens end |
#repeat_bounces ⇒ Object
Returns the value of attribute repeat_bounces.
18 19 20 |
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/statistics.rb', line 18 def repeat_bounces @repeat_bounces end |
#repeat_spam_reports ⇒ Object
Returns the value of attribute repeat_spam_reports.
19 20 21 |
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/statistics.rb', line 19 def repeat_spam_reports @repeat_spam_reports end |
#repeat_unsubscribes ⇒ Object
Returns the value of attribute repeat_unsubscribes.
20 21 22 |
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/statistics.rb', line 20 def repeat_unsubscribes @repeat_unsubscribes end |
#requests ⇒ Object
Returns the value of attribute requests.
21 22 23 |
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/statistics.rb', line 21 def requests @requests end |
#spam_reports ⇒ Object
Returns the value of attribute spam_reports.
22 23 24 |
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/statistics.rb', line 22 def spam_reports @spam_reports end |
#unique_clicks ⇒ Object
Returns the value of attribute unique_clicks.
23 24 25 |
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/statistics.rb', line 23 def unique_clicks @unique_clicks end |
#unique_opens ⇒ Object
Returns the value of attribute unique_opens.
24 25 26 |
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/statistics.rb', line 24 def unique_opens @unique_opens end |
#unsubscribes ⇒ Object
Returns the value of attribute unsubscribes.
25 26 27 |
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/statistics.rb', line 25 def unsubscribes @unsubscribes end |