# File lib/fog/libvirt/models/compute/uri.rb, line 13 def initialize(uri) @parsed_uri=::URI.parse(uri) @uri=uri return self end