class NotificationServices::IncomingNotification

Included Modules

Defined in:

notification_services/incoming_notification.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def bounced_at : Time #

[View source]
def bounced_at=(bounced_at : Time) #

[View source]
def description : String #

[View source]
def description=(description : String) #

[View source]
def email : String #

[View source]
def email=(email : String) #

[View source]
def from : String #

[View source]
def from=(from : String) #

[View source]
def generate_slack_message #

[View source]
def is_a_spam_notification? #

[View source]
def message_stream : String #

[View source]
def message_stream=(message_stream : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def record_type : String #

[View source]
def record_type=(record_type : String) #

[View source]
def tag : String #

[View source]
def tag=(tag : String) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]
def type_code : Int32 #

[View source]
def type_code=(type_code : Int32) #

[View source]