# File lib/fog/ecloud/models/compute/tags.rb, line 12
        def all
          data = service.get_tags(href).body[:DeviceTag]
          load(data)
        end