Class: Fog::Openstack::Planning::Roles

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

Instance Attribute Summary

Attributes inherited from Fog::OpenStack::Collection

#response

Instance Method Summary collapse

Methods inherited from Fog::OpenStack::Collection

#destroy, #get, #load_response, #summary

Instance Method Details

#all(options = {}) ⇒ Object



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

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