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