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