Parent

Class/Module Index [+]

Quicksearch

Fog::Parsers::AWS::Elasticache::DescribeSecurityGroups

Public Instance Methods

end_element(name) click to toggle source
# File lib/fog/aws/parsers/elasticache/describe_security_groups.rb, line 14
def end_element(name)
  case name
  when 'CacheSecurityGroup'
    @response["#{name}s"] << @security_group
    reset_security_group
  else
    super
  end
end
reset() click to toggle source
# File lib/fog/aws/parsers/elasticache/describe_security_groups.rb, line 9
def reset
  super
  @response['CacheSecurityGroups'] = []
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.