Parent

Methods

Class/Module Index [+]

Quicksearch

Fog::Parsers::AWS::Elasticache::SingleParameterGroup

Public Instance Methods

end_element(name) click to toggle source
# File lib/fog/aws/parsers/elasticache/single_parameter_group.rb, line 9
def end_element(name)
  case name
  when 'CacheParameterGroup'
    @response[name] = @parameter_group
    reset_parameter_group
  else
    super
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.