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