# File lib/fog/aws/models/elb/listeners.rb, line 15
        def get(lb_port)
          all.detect{|listener| listener.lb_port == lb_port}
        end