Method: EDI::HTTPUtilities::ClassMethods#delete

Defined in:
lib/edi/http_utilities.rb

#delete(path, options = {}, &block) ⇒ Object



23
24
25
# File 'lib/edi/http_utilities.rb', line 23

def delete(path, options={}, &block)
  EDI::API::Response.new HTTParty.delete(path, options, &block)
end