Method: EDI::HTTPUtilities::ClassMethods#patch
- Defined in:
- lib/edi/http_utilities.rb
#patch(path, options = {}, &block) ⇒ Object
15 16 17 |
# File 'lib/edi/http_utilities.rb', line 15 def patch(path, ={}, &block) EDI::API::Response.new HTTParty.patch(path, , &block) end |