Class: Fog::Compute::OpenStack::SecurityGroups
- Inherits:
-
Fog::Collection
- Object
- Fog::Collection
- Fog::Compute::OpenStack::SecurityGroups
- Defined in:
- lib/fog/openstack/models/compute/security_groups.rb
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
10 11 12 |
# File 'lib/fog/openstack/models/compute/security_groups.rb', line 10 def all load(service.list_security_groups.body['security_groups']) end |