Method: EDI::HTTPUtilities::ClassMethods#post

Defined in:
lib/edi/http_utilities.rb

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



11
12
13
# File 'lib/edi/http_utilities.rb', line 11

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