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