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