class SendGridActionMailerAdapter::ApiError

Attributes

response[RW]

Public Class Methods

new(response) click to toggle source
Calls superclass method
# File lib/sendgrid_actionmailer_adapter/errors.rb, line 9
def initialize(response)
  super("SendGrid API returns error, #{response.inspect}")
  @response = response
end