Class: Fog::SharedFileSystem::OpenStack::AvailabilityZones
- Inherits:
-
OpenStack::Collection
- Object
- Collection
- OpenStack::Collection
- Fog::SharedFileSystem::OpenStack::AvailabilityZones
- Defined in:
- lib/fog/shared_file_system/openstack/models/availability_zones.rb
Instance Attribute Summary
Attributes inherited from OpenStack::Collection
Instance Method Summary collapse
Methods inherited from OpenStack::Collection
#destroy, #find_by_id, #get, #load_response, #summary
Instance Method Details
#all ⇒ Object
10 11 12 |
# File 'lib/fog/shared_file_system/openstack/models/availability_zones.rb', line 10 def all load_response(service.list_availability_zones(), 'availability_zones') end |