Class: Fog::AWS::ELB::BackendServerDescriptions
- Inherits:
-
Collection
- Object
- Collection
- Fog::AWS::ELB::BackendServerDescriptions
- Defined in:
- lib/fog/aws/models/elb/backend_server_descriptions.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/backend_server_descriptions.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/backend_server_descriptions.rb', line 8 def load_balancer @load_balancer end |
Instance Method Details
#all ⇒ Object
10 11 12 |
# File 'lib/fog/aws/models/elb/backend_server_descriptions.rb', line 10 def all load(data) end |
#get(instance_port) ⇒ Object
14 15 16 |
# 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 |