Class: Softlayer::Container::Network::Message::Delivery::Email::Sendgrid::Statistics

Inherits:
Entity
  • Object
show all
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

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

#blocksObject

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

#bouncesObject

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

#clicksObject

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

#dateObject

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

#deliveredObject

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_emailObject

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

#opensObject

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_bouncesObject

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_reportsObject

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_unsubscribesObject

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

#requestsObject

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_reportsObject

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_clicksObject

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_opensObject

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

#unsubscribesObject

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