Method: Fog::Parsers::AWS::Elasticache::DescribeParameterGroups#reset

Defined in:
lib/fog/aws/parsers/elasticache/describe_parameter_groups.rb

#resetObject


9
10
11
12
# File 'lib/fog/aws/parsers/elasticache/describe_parameter_groups.rb', line 9

def reset
  super
  @response['CacheParameterGroups'] = []
end