Class: SendGrid::Response

Inherits:
Object
  • Object
show all
Defined in:
app/models/sendgrid_notification/sendgrid_client.rb

Overview

monkey patch

Instance Method Summary collapse

Instance Method Details

#success?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'app/models/sendgrid_notification/sendgrid_client.rb', line 6

def success?
  status_code && status_code.to_i < 300
end