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