Collection
# File lib/fog/vcloud/models/compute/organizations.rb, line 13 def all raw_orgs = if service.version == '1.0' service.login else service.request(service.basic_request_params("#{service.base_path_url}/org/")) end data = raw_orgs.body[:Org] load(data) end
# File lib/fog/vcloud/models/compute/organizations.rb, line 23 def get(uri) service.get_organization(uri) rescue Fog::Errors::NotFound nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.