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