Class: TwilioContactable::Gateway::Error

Inherits:
Response
  • Object
show all
Defined in:
lib/gateway.rb

Instance Method Summary collapse

Methods inherited from Response

#initialize

Constructor Details

This class inherits a constructor from TwilioContactable::Gateway::Response

Instance Method Details

#success?Boolean

Returns:

  • (Boolean)


30
31
32
# File 'lib/gateway.rb', line 30

def success?
  false
end