class UwsgiItClient::Deleter
Attributes
result[R]
Public Class Methods
new(url, body, auth_data)
click to toggle source
# File lib/uwsgi_it_client/deleter.rb, line 7 def initialize(url, body, auth_data) @result = delete url, body: body.to_json, basic_auth: auth_data end
Private Instance Methods
delete(*args)
click to toggle source
# File lib/uwsgi_it_client/deleter.rb, line 13 def delete(*args) self.class.delete *args end