Class: SendGrid4r::REST::Webhooks::Event::EventNotification

Inherits:
Struct
  • Object
show all
Defined in:
lib/sendgrid4r/rest/webhooks/event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bounceObject

Returns the value of attribute bounce

Returns:

  • (Object)

    the current value of bounce



18
19
20
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18

def bounce
  @bounce
end

#clickObject

Returns the value of attribute click

Returns:

  • (Object)

    the current value of click



18
19
20
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18

def click
  @click
end

#deferredObject

Returns the value of attribute deferred

Returns:

  • (Object)

    the current value of deferred



18
19
20
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18

def deferred
  @deferred
end

#deliveredObject

Returns the value of attribute delivered

Returns:

  • (Object)

    the current value of delivered



18
19
20
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18

def delivered
  @delivered
end

#droppedObject

Returns the value of attribute dropped

Returns:

  • (Object)

    the current value of dropped



18
19
20
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18

def dropped
  @dropped
end

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



18
19
20
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18

def enabled
  @enabled
end

#group_resubscribeObject

Returns the value of attribute group_resubscribe

Returns:

  • (Object)

    the current value of group_resubscribe



18
19
20
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18

def group_resubscribe
  @group_resubscribe
end

#group_unsubscribeObject

Returns the value of attribute group_unsubscribe

Returns:

  • (Object)

    the current value of group_unsubscribe



18
19
20
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18

def group_unsubscribe
  @group_unsubscribe
end

#openObject

Returns the value of attribute open

Returns:

  • (Object)

    the current value of open



18
19
20
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18

def open
  @open
end

#processedObject

Returns the value of attribute processed

Returns:

  • (Object)

    the current value of processed



18
19
20
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18

def processed
  @processed
end

#spam_reportObject

Returns the value of attribute spam_report

Returns:

  • (Object)

    the current value of spam_report



18
19
20
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18

def spam_report
  @spam_report
end

#unsubscribeObject

Returns the value of attribute unsubscribe

Returns:

  • (Object)

    the current value of unsubscribe



18
19
20
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18

def unsubscribe
  @unsubscribe
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



18
19
20
# File 'lib/sendgrid4r/rest/webhooks/event.rb', line 18

def url
  @url
end