# File lib/fog/compute/models/ninefold/flavors.rb, line 17 def get(identifier) data = connection.list_service_offerings(:id => identifier) if data.empty? nil else new(data[0]) end end