class Fog::AWS::ELB::BackendServerDescriptions

Attributes

data[RW]
load_balancer[RW]

Public Instance Methods

all() click to toggle source
# File lib/fog/aws/models/elb/backend_server_descriptions.rb, line 10
def all
  load(data)
end
get(instance_port) click to toggle source
# 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