Class: SesDashboard::WebhookProcessor::Result
- Inherits:
-
Struct
- Object
- Struct
- SesDashboard::WebhookProcessor::Result
- Defined in:
- lib/ses_dashboard/webhook_processor.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message_id ⇒ Object
Returns the value of attribute message_id.
-
#occurred_at ⇒ Object
Returns the value of attribute occurred_at.
-
#raw_payload ⇒ Object
Returns the value of attribute raw_payload.
-
#source ⇒ Object
Returns the value of attribute source.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#subscribe_url ⇒ Object
Returns the value of attribute subscribe_url.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
18 19 20 |
# File 'lib/ses_dashboard/webhook_processor.rb', line 18 def action @action end |
#destination ⇒ Object
Returns the value of attribute destination
18 19 20 |
# File 'lib/ses_dashboard/webhook_processor.rb', line 18 def destination @destination end |
#event_type ⇒ Object
Returns the value of attribute event_type
18 19 20 |
# File 'lib/ses_dashboard/webhook_processor.rb', line 18 def event_type @event_type end |
#message_id ⇒ Object
Returns the value of attribute message_id
18 19 20 |
# File 'lib/ses_dashboard/webhook_processor.rb', line 18 def @message_id end |
#occurred_at ⇒ Object
Returns the value of attribute occurred_at
18 19 20 |
# File 'lib/ses_dashboard/webhook_processor.rb', line 18 def occurred_at @occurred_at end |
#raw_payload ⇒ Object
Returns the value of attribute raw_payload
18 19 20 |
# File 'lib/ses_dashboard/webhook_processor.rb', line 18 def raw_payload @raw_payload end |
#source ⇒ Object
Returns the value of attribute source
18 19 20 |
# File 'lib/ses_dashboard/webhook_processor.rb', line 18 def source @source end |
#subject ⇒ Object
Returns the value of attribute subject
18 19 20 |
# File 'lib/ses_dashboard/webhook_processor.rb', line 18 def subject @subject end |
#subscribe_url ⇒ Object
Returns the value of attribute subscribe_url
18 19 20 |
# File 'lib/ses_dashboard/webhook_processor.rb', line 18 def subscribe_url @subscribe_url end |