# File lib/fog/aws/parsers/rds/describe_db_cluster_snapshots.rb, line 17 def end_element(name) case name when 'DBClusterSnapshot' @response['DescribeDBClusterSnapshotsResult']['DBClusterSnapshots'] << @db_cluster_snapshot @db_cluster_snapshot = fresh_snapshot when 'Marker' @response['DescribeDBClusterSnapshotsResult']['Marker'] = value when 'RequestId' @response['ResponseMetadata'][name] = value else super end end
# File lib/fog/aws/parsers/rds/describe_db_cluster_snapshots.rb, line 8 def reset @response = {'DescribeDBClusterSnapshotsResult' => {'DBClusterSnapshots' => []}, 'ResponseMetadata' => {}} super end
# File lib/fog/aws/parsers/rds/describe_db_cluster_snapshots.rb, line 13 def start_element(name, attrs = []) super end