Method: CFoundry::BaseClient#request_raw

Defined in:
lib/cfoundry/baseclient.rb

#request_raw(method, path, options) ⇒ Object



88
89
90
# File 'lib/cfoundry/baseclient.rb', line 88

def request_raw(method, path, options)
  @rest_client.request(method, path, options)
end