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