# File lib/fog/compute/models/slicehost/flavors.rb, line 12 def all data = connection.get_flavors.body['flavors'] load(data) end