# File lib/fog/aws/models/elb/backend_server_descriptions.rb, line 14 def get(instance_port) all.find{|e| e.instance_port == instance_port} end