Class: SendgridNotification::MailHistory

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/sendgrid_notification/mail_history.rb

Instance Method Summary collapse

Instance Method Details

#error?Boolean



11
12
13
# File 'app/models/sendgrid_notification/mail_history.rb', line 11

def error?
  error_type?
end