Class: Minfraud::Model::EmailDomain

Inherits:
Abstract
  • Object
show all
Defined in:
lib/minfraud/model/email_domain.rb

Overview

Model containing information about the email domain.

Instance Attribute Summary collapse

Instance Attribute Details

#first_seenString? (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.

Returns:

  • (String, nil)


14
15
16
# File 'lib/minfraud/model/email_domain.rb', line 14

def first_seen
  @first_seen
end