Class: URI::Generic

Inherits:
Object
  • Object
show all
Defined in:
lib/fog/vcloud.rb

Instance Method Summary collapse

Instance Method Details

#host_urlObject



15
16
17
# File 'lib/fog/vcloud.rb', line 15

def host_url
  @host_url ||= "#{self.scheme}://#{self.host}#{self.port ? ":#{self.port}" : ''}"
end