Fog::Collection
# File lib/fog/openstack/models/compute/tenants.rb, line 10 def all load(service.list_tenants.body['tenants']) end
# File lib/fog/openstack/models/compute/tenants.rb, line 18 def get(id) self.find {|tenant| tenant.id == id} end
Generated with the Darkfish Rdoc Generator 2.