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, ={}, &block) EDI::API::Response.new HTTParty.delete(path, , &block) end |