Class: Fog::OpenStack::Planning::Roles

Inherits:
Collection
  • Object
show all
Defined in:
lib/fog/openstack/planning/models/roles.rb

Instance Attribute Summary

Attributes inherited from Collection

#response

Instance Method Summary collapse

Methods inherited from Collection

#destroy, #find_by_id, #get, #load_response, #summary

Instance Method Details

#all(options = {}) ⇒ Object



10
11
12
# File 'lib/fog/openstack/planning/models/roles.rb', line 10

def all(options = {})
  load_response(service.list_roles(options))
end