Method: Fog::Service.request_path

Defined in:
lib/fog/core/service.rb

.request_path(new_path) ⇒ Object



150
151
152
# File 'lib/fog/core/service.rb', line 150

def request_path(new_path)
  @request_path = new_path
end