Object
This class knows everything about making DELETE requests.
Setup easy to make a DELETE request.
@example Setup customrequest.
delete.setup(easy)
@param [ Easy ] easy The easy to setup.
# File lib/ethon/easy/http/delete.rb, line 16 def setup(easy) super easy.customrequest = "DELETE" end
Generated with the Darkfish Rdoc Generator 2.