Methods

Class/Module Index [+]

Quicksearch

Fog::AWS::ELB::Policies

Attributes

data[RW]
load_balancer[RW]

Public Instance Methods

all() click to toggle source
# File lib/fog/aws/models/elb/policies.rb, line 11
def all
  load(munged_data)
end
get(id) click to toggle source
# File lib/fog/aws/models/elb/policies.rb, line 15
def get(id)
  all.detect{|policy| id == policy.id}
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.