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