# File lib/fog/aws/parsers/rds/authorize_db_security_group_ingress.rb, line 17 def end_element(name) case name when 'DBSecurityGroup' then @response['AuthorizeDBSecurityGroupIngressResult']['DBSecurityGroup'] = @security_group @security_group = fresh_security_group when 'RequestId' @response['ResponseMetadata'][name] = value else super end end
# File lib/fog/aws/parsers/rds/authorize_db_security_group_ingress.rb, line 8 def reset @response = { 'AuthorizeDBSecurityGroupIngressResult' => {}, 'ResponseMetadata' => {} } super end
# File lib/fog/aws/parsers/rds/authorize_db_security_group_ingress.rb, line 13 def start_element(name, attrs = []) super end