Class: Fog::KeyManager::OpenStack::Containers
- Inherits:
-
OpenStack::Collection
- Object
- Collection
- OpenStack::Collection
- Fog::KeyManager::OpenStack::Containers
- Defined in:
- lib/fog/key_manager/openstack/models/containers.rb
Instance Attribute Summary
Attributes inherited from OpenStack::Collection
Instance Method Summary collapse
Methods inherited from OpenStack::Collection
#destroy, #find_by_id, #load_response, #summary
Instance Method Details
#all(options = {}) ⇒ Object
10 11 12 |
# File 'lib/fog/key_manager/openstack/models/containers.rb', line 10 def all( = {}) load_response(service.list_containers(), 'containers') end |