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
18 19 20 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18 def bounce @bounce end |
#click ⇒ Object
Returns the value of attribute click
18 19 20 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18 def click @click end |
#deferred ⇒ Object
Returns the value of attribute deferred
18 19 20 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18 def deferred @deferred end |
#delivered ⇒ Object
Returns the value of attribute delivered
18 19 20 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18 def delivered @delivered end |
#dropped ⇒ Object
Returns the value of attribute dropped
18 19 20 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18 def dropped @dropped end |
#enabled ⇒ Object
Returns the value of attribute enabled
18 19 20 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18 def enabled @enabled end |
#group_resubscribe ⇒ Object
Returns the value of attribute group_resubscribe
18 19 20 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18 def group_resubscribe @group_resubscribe end |
#group_unsubscribe ⇒ Object
Returns the value of attribute group_unsubscribe
18 19 20 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18 def group_unsubscribe @group_unsubscribe end |
#open ⇒ Object
Returns the value of attribute open
18 19 20 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18 def open @open end |
#processed ⇒ Object
Returns the value of attribute processed
18 19 20 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18 def processed @processed end |
#spam_report ⇒ Object
Returns the value of attribute spam_report
18 19 20 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18 def spam_report @spam_report end |
#unsubscribe ⇒ Object
Returns the value of attribute unsubscribe
18 19 20 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18 def unsubscribe @unsubscribe end |
#url ⇒ Object
Returns the value of attribute url
18 19 20 |
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18 def url @url end |