class Sezame::Response::LinkDelete
remove pairing 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 137 def is_ok super || @response.status == 204 end