class Sezame::Response::Cancel

cancel service response

Public Instance Methods

is_ok() click to toggle source
Calls superclass method Sezame::Response::Generic#is_ok
# File lib/sezame-sdk/response.rb, line 145
def is_ok
  super || @response.status == 204
end