Method: EDI::HTTPUtilities::ClassMethods#get

Defined in:
lib/edi/http_utilities.rb

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

HTTP Requests



7
8
9
# File 'lib/edi/http_utilities.rb', line 7

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