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