# File lib/fog/aws/parsers/rds/describe_db_instances.rb, line 19 def end_element(name) case name when 'DBInstance' @response['DescribeDBInstancesResult']['DBInstances'] << @db_instance @db_instance = fresh_instance when 'Marker' @response['DescribeDBInstancesResult']['Marker'] = value when 'RequestId' @response['ResponseMetadata'][name] = value else super end end
Generated with the Darkfish Rdoc Generator 2.