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