Methods

Class/Module Index [+]

Quicksearch

Fog::Rackspace::Identity::Tenants

Public Instance Methods

all() click to toggle source
# File lib/fog/rackspace/models/identity/tenants.rb, line 11
def all
  load(retrieve_tenants)
end
get(id) click to toggle source
# 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.