Method: EDI::HTTPUtilities::ClassMethods#put

Defined in:
lib/edi/http_utilities.rb

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



19
20
21
# File 'lib/edi/http_utilities.rb', line 19

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