Class: Fog::Compute::Ecloud::PhysicalDevices
- Inherits:
-
Ecloud::Collection
- Object
- Fog::Collection
- Ecloud::Collection
- Fog::Compute::Ecloud::PhysicalDevices
- Defined in:
- lib/fog/ecloud/models/compute/physical_devices.rb
Instance Method Summary collapse
Methods inherited from Ecloud::Collection
Instance Method Details
#all ⇒ Object
11 12 13 14 |
# File 'lib/fog/ecloud/models/compute/physical_devices.rb', line 11 def all data = service.get_physical_devices(href).body[:PhysicalDevice] || [] load(data) end |