Class: SendGrid4r::REST::Webhooks::Event::EventNotification
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Webhooks::Event::EventNotification
- Defined in:
- lib/sendgrid4r/rest/webhooks/event.rb
Instance Attribute Summary collapse
-
#bounce ⇒ Object
Returns the value of attribute bounce.
-
#click ⇒ Object
Returns the value of attribute click.
-
#deferred ⇒ Object
Returns the value of attribute deferred.
-
#delivered ⇒ Object
Returns the value of attribute delivered.
-
#dropped ⇒ Object
Returns the value of attribute dropped.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#group_resubscribe ⇒ Object
Returns the value of attribute group_resubscribe.
-
#group_unsubscribe ⇒ Object
Returns the value of attribute group_unsubscribe.
-
#open ⇒ Object
Returns the value of attribute open.
-
#processed ⇒ Object
Returns the value of attribute processed.
-
#spam_report ⇒ Object
Returns the value of attribute spam_report.
-
#unsubscribe ⇒ Object
Returns the value of attribute unsubscribe.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#bounce ⇒ Object
Returns the value of attribute bounce
19 20 21 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 19 def bounce @bounce end |
#click ⇒ Object
Returns the value of attribute click
19 20 21 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 19 def click @click end |
#deferred ⇒ Object
Returns the value of attribute deferred
19 20 21 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 19 def deferred @deferred end |
#delivered ⇒ Object
Returns the value of attribute delivered
19 20 21 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 19 def delivered @delivered end |
#dropped ⇒ Object
Returns the value of attribute dropped
19 20 21 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 19 def dropped @dropped end |
#enabled ⇒ Object
Returns the value of attribute enabled
19 20 21 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 19 def enabled @enabled end |
#group_resubscribe ⇒ Object
Returns the value of attribute group_resubscribe
19 20 21 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 19 def group_resubscribe @group_resubscribe end |
#group_unsubscribe ⇒ Object
Returns the value of attribute group_unsubscribe
19 20 21 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 19 def group_unsubscribe @group_unsubscribe end |
#open ⇒ Object
Returns the value of attribute open
19 20 21 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 19 def open @open end |
#processed ⇒ Object
Returns the value of attribute processed
19 20 21 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 19 def processed @processed end |
#spam_report ⇒ Object
Returns the value of attribute spam_report
19 20 21 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 19 def spam_report @spam_report end |
#unsubscribe ⇒ Object
Returns the value of attribute unsubscribe
19 20 21 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 19 def unsubscribe @unsubscribe end |
#url ⇒ Object
Returns the value of attribute url
19 20 21 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 19 def url @url end |