Fog::Collection
# File lib/fog/aws/models/elb/listeners.rb, line 11 def all load(munged_data) end
# File lib/fog/aws/models/elb/listeners.rb, line 15 def get(lb_port) all.detect{|listener| listener.lb_port == lb_port} end
[Validate]
Generated with the Darkfish Rdoc Generator 2.