Class: Minfraud::Model::EmailDomain
- Inherits:
-
Abstract
- Object
- Abstract
- Minfraud::Model::EmailDomain
- Defined in:
- lib/minfraud/model/email_domain.rb
Overview
Model containing information about the email domain.
Instance Attribute Summary collapse
-
#first_seen ⇒ String?
readonly
A date string (e.g. 2017-04-24) to identify the date an email domain was first seen by MaxMind.
Instance Attribute Details
#first_seen ⇒ String? (readonly)
A date string (e.g. 2017-04-24) to identify the date an email domain was first seen by MaxMind. This is expressed using the ISO 8601 date format.
14 15 16 |
# File 'lib/minfraud/model/email_domain.rb', line 14 def first_seen @first_seen end |