Fog::Parsers::AWS::Elasticache::ParameterGroupParser
# File lib/fog/aws/parsers/elasticache/reset_parameter_group.rb, line 14 def end_element(name) case name when 'ResetCacheParameterGroupResult' @response[name] = @parameter_group reset_parameter_group else super end end
# File lib/fog/aws/parsers/elasticache/reset_parameter_group.rb, line 9 def reset super @response['ResetCacheParameterGroupResult'] = [] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.