module Sezame
Public Instance Methods
cancel()
click to toggle source
cancel the service
# File lib/sezame-sdk/client.rb, line 149 def cancel endpoint = @endpoint + 'client/cancel' Sezame::Response::Cancel.new(@http.get endpoint) end