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 find_by_id(id) self.find {|tenant| tenant.id == id} end
# File lib/fog/openstack/models/compute/tenants.rb, line 14 def usages(start_date = nil, end_date = nil, details = false) service.list_usages(start_date, end_date, details).body['tenant_usages'] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.