Class: TwilioContactable::Gateway::Success

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)


25
26
27
# File 'lib/gateway.rb', line 25

def success?
  true
end