Fog::Collection
# File lib/fog/rackspace/models/identity/tenants.rb, line 11 def all load(retrieve_tenants) end
# File lib/fog/rackspace/models/identity/tenants.rb, line 15 def get(id) data = retrieve_tenants.find{ |tenant| tenant['id'] == id } data && new(data) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.