Skip to content

Commit 2fd0344

Browse files
horghclaude
andcommitted
Document earliest date for email first_seen field
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b9750ba commit 2fd0344

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/minfraud/model/email.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ class Email < Abstract
1414

1515
# A date string (e.g. 2017-04-24) to identify the date an email address
1616
# was first seen by MaxMind. This is expressed using the ISO 8601 date
17-
# format.
17+
# format YYYY-MM-DD. The earliest date that may be returned is January
18+
# 1, 2008.
1819
#
1920
# @return [String, nil]
2021
attr_reader :first_seen

0 commit comments

Comments
 (0)