Class: Fog::AWS::ELB::Policies
- Inherits:
-
Collection
- Object
- Collection
- Fog::AWS::ELB::Policies
- Defined in:
- lib/fog/aws/models/elb/policies.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/policies.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/policies.rb', line 8 def load_balancer @load_balancer end |
Instance Method Details
#all ⇒ Object
10 11 12 |
# File 'lib/fog/aws/models/elb/policies.rb', line 10 def all load(munged_data) end |
#get(id) ⇒ Object
14 15 16 |
# File 'lib/fog/aws/models/elb/policies.rb', line 14 def get(id) all.find{|policy| id == policy.id} end |