# File lib/fog/aws/models/compute/server.rb, line 98 def flavor @flavor ||= connection.flavors.all.detect {|flavor| flavor.id == flavor_id} end