Class: Fog::AWS::ELB::Listeners
- Inherits:
-
Collection
- Object
- Collection
- Fog::AWS::ELB::Listeners
- Defined in:
- lib/fog/aws/models/elb/listeners.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#load_balancer ⇒ Object
Returns the value of attribute load_balancer.
Instance Method Summary collapse
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
8 9 10 |
# File 'lib/fog/aws/models/elb/listeners.rb', line 8 def data @data end |
#load_balancer ⇒ Object
Returns the value of attribute load_balancer.
8 9 10 |
# File 'lib/fog/aws/models/elb/listeners.rb', line 8 def load_balancer @load_balancer end |
Instance Method Details
#all ⇒ Object
10 11 12 |
# File 'lib/fog/aws/models/elb/listeners.rb', line 10 def all load(munged_data) end |
#get(lb_port) ⇒ Object
14 15 16 |
# File 'lib/fog/aws/models/elb/listeners.rb', line 14 def get(lb_port) all.find{|listener| listener.lb_port == lb_port} end |