Skip to content

Commit 6e0b845

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

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lib/minfraud/model/email_domain.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ class EmailDomain < Abstract
1616
# @return [String, nil]
1717
attr_reader :classification
1818

19-
# A date string (e.g. 2017-04-24) to identify the date an email domain
19+
# A date string (e.g. 2019-01-01) to identify the date an email domain
2020
# was first seen by MaxMind. This is expressed using the ISO 8601 date
21-
# format.
21+
# format YYYY-MM-DD. The earliest date that may be returned is January
22+
# 1, 2019.
2223
#
2324
# @return [String, nil]
2425
attr_reader :first_seen

0 commit comments

Comments
 (0)