# File lib/fog/ecloud/models/compute/physical_devices.rb, line 12 def all data = connection.get_physical_devices(href).body[:PhysicalDevice] || [] load(data) end