Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Ovirt::Quotas

Public Instance Methods

all(filters = {}) click to toggle source
# File lib/fog/ovirt/models/compute/quotas.rb, line 12
def all(filters = {})
  load service.list_quotas(filters)
end
get(id) click to toggle source
# File lib/fog/ovirt/models/compute/quotas.rb, line 16
def get(id)
  new service.get_quota(id)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.