class Fog::Parsers::AWS::Elasticache::DescribeParameterGroups
Public Instance Methods
end_element(name)
click to toggle source
Calls superclass method
# File lib/fog/aws/parsers/elasticache/describe_parameter_groups.rb, line 13 def end_element(name) case name when 'CacheParameterGroup' @response["#{name}s"] << @parameter_group reset_parameter_group else super end end
reset()
click to toggle source
Calls superclass method
# File lib/fog/aws/parsers/elasticache/describe_parameter_groups.rb, line 8 def reset super @response['CacheParameterGroups'] = [] end