# File lib/fog/aws/parsers/rds/security_group_parser.rb, line 24 def end_element(name) case name when 'DBSecurityGroupDescription' then @security_group['DBSecurityGroupDescription'] = value when 'DBSecurityGroupName' then @security_group['DBSecurityGroupName'] = value when 'OwnerId' then @security_group['OwnerId'] = value when 'EC2SecurityGroup', 'IPRange' @security_group["#{name}s"] << @ingress unless @ingress.empty? when 'EC2SecurityGroupName', 'EC2SecurityGroupOwnerId', 'CIDRIP', 'Status' @ingress[name] = value end end
# File lib/fog/aws/parsers/rds/security_group_parser.rb, line 12 def fresh_security_group {'EC2SecurityGroups' => [], 'IPRanges' => []} end
Generated with the Darkfish Rdoc Generator 2.