class NotificationServices::IncomingNotification
- NotificationServices::IncomingNotification
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
notification_services/incoming_notification.crConstructors
Instance Method Summary
- #bounced_at : Time
- #bounced_at=(bounced_at : Time)
- #description : String
- #description=(description : String)
- #email : String
- #email=(email : String)
- #from : String
- #from=(from : String)
- #generate_slack_message
- #is_a_spam_notification?
- #message_stream : String
- #message_stream=(message_stream : String)
- #name : String
- #name=(name : String)
- #record_type : String
- #record_type=(record_type : String)
- #tag : String
- #tag=(tag : String)
- #type : String
- #type=(type : String)
- #type_code : Int32
- #type_code=(type_code : Int32)