Exception: Studio::EmailSmoke::NonExternalDeliveryError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/studio/email_smoke.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(result) ⇒ NonExternalDeliveryError

Returns a new instance of NonExternalDeliveryError.



40
41
42
43
# File 'lib/studio/email_smoke.rb', line 40

def initialize(result)
  @result = result
  super("email smoke would not send externally")
end

Instance Attribute Details

#resultObject (readonly)

Returns the value of attribute result.



38
39
40
# File 'lib/studio/email_smoke.rb', line 38

def result
  @result
end