Class: Fog::Identity::OpenStack::V2::Roles
- Inherits:
-
Collection
- Object
- Collection
- Fog::Identity::OpenStack::V2::Roles
- Defined in:
- lib/fog/openstack/models/identity_v2/roles.rb
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
11 12 13 |
# File 'lib/fog/openstack/models/identity_v2/roles.rb', line 11 def all load(service.list_roles.body['roles']) end |
#get(id) ⇒ Object
15 16 17 |
# File 'lib/fog/openstack/models/identity_v2/roles.rb', line 15 def get(id) service.get_role(id) end |