# File lib/fog/aws/parsers/rds/describe_db_log_files.rb, line 26 def end_element(name) case name when 'LastWritten' then @db_log_file[name] = Time.at(value.to_i / 1000) when 'LogFileName' then @db_log_file[name] = value when 'Size' then @db_log_file[name] = value.to_i when 'DescribeDBLogFilesDetails' @response['DescribeDBLogFilesResult']['DBLogFiles'] << @db_log_file fresh_log_file when 'Marker' then @response['DescribeDBLogFilesResult'][name] = value when 'RequestId' then @response['ResponseMetadata'][name] = value end end
# File lib/fog/aws/parsers/rds/describe_db_log_files.rb, line 18 def fresh_log_file @db_log_file = {'DBInstanceIdentifier' => @rds_id} end
Generated with the Darkfish Rdoc Generator 2.