Method: Fog::Vcloud::Compute::Real#base_path_url

Defined in:
lib/fog/vcloud/compute.rb

#base_path_urlObject

[View source]

279
280
281
# File 'lib/fog/vcloud/compute.rb', line 279

def base_path_url
  "#{@scheme}://#{@host}:#{@port}#{@base_path}"
end