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