Class: Fog::Compute::OpenStack::SecurityGroups
- Inherits:
-
OpenStack::Collection
- Object
- Fog::Collection
- OpenStack::Collection
- Fog::Compute::OpenStack::SecurityGroups
- Defined in:
- lib/fog/compute/openstack/models/security_groups.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/compute/openstack/models/security_groups.rb', line 10 def all( = {}) load_response(service.list_security_groups(), 'security_groups') end |