Class: SesDashboard::WebhookProcessor::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/ses_dashboard/webhook_processor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



18
19
20
# File 'lib/ses_dashboard/webhook_processor.rb', line 18

def action
  @action
end

#destinationObject

Returns the value of attribute destination

Returns:

  • (Object)

    the current value of destination



18
19
20
# File 'lib/ses_dashboard/webhook_processor.rb', line 18

def destination
  @destination
end

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



18
19
20
# File 'lib/ses_dashboard/webhook_processor.rb', line 18

def event_type
  @event_type
end

#message_idObject

Returns the value of attribute message_id

Returns:

  • (Object)

    the current value of message_id



18
19
20
# File 'lib/ses_dashboard/webhook_processor.rb', line 18

def message_id
  @message_id
end

#occurred_atObject

Returns the value of attribute occurred_at

Returns:

  • (Object)

    the current value of occurred_at



18
19
20
# File 'lib/ses_dashboard/webhook_processor.rb', line 18

def occurred_at
  @occurred_at
end

#raw_payloadObject

Returns the value of attribute raw_payload

Returns:

  • (Object)

    the current value of raw_payload



18
19
20
# File 'lib/ses_dashboard/webhook_processor.rb', line 18

def raw_payload
  @raw_payload
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



18
19
20
# File 'lib/ses_dashboard/webhook_processor.rb', line 18

def source
  @source
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



18
19
20
# File 'lib/ses_dashboard/webhook_processor.rb', line 18

def subject
  @subject
end

#subscribe_urlObject

Returns the value of attribute subscribe_url

Returns:

  • (Object)

    the current value of subscribe_url



18
19
20
# File 'lib/ses_dashboard/webhook_processor.rb', line 18

def subscribe_url
  @subscribe_url
end