Module: Mailhub::Types::MessageEventType

Extended by:
Internal::Types::Enum
Defined in:
lib/Mailhub/types/message_event_type.rb

Constant Summary collapse

SCHEDULED =
"Scheduled"
SENT =
"Sent"
DELIVERED =
"Delivered"
OPENED =
"Opened"
CLICKED =
"Clicked"
BOUNCED =
"Bounced"
FAILED =
"Failed"
HELD =
"Held"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load