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