# File lib/fog/vcloud/models/compute/vdcs.rb, line 15 def all links = (l=connection.get_organization(org_uri).body[:Link]).is_a?(Array) ? l : [l].compact data = links.select { |link| link[:type] == "application/vnd.vmware.vcloud.vdc+xml" } data.each { |link| link.delete_if { |key, value| [:rel].include?(key) } } load(data) end
Generated with the Darkfish Rdoc Generator 2.