class JsonClient::Destroy::Request

Public Instance Methods

fetch() click to toggle source
# File lib/json_client/destroy.rb, line 4
def fetch
  client.delete(
    url, params: auth_params
  )
end