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