Class: ValidEmail2::Dns::CacheEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/valid_email2/dns.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cached_atObject

Returns the value of attribute cached_at

Returns:

  • (Object)

    the current value of cached_at



8
9
10
# File 'lib/valid_email2/dns.rb', line 8

def cached_at
  @cached_at
end

#recordsObject

Returns the value of attribute records

Returns:

  • (Object)

    the current value of records



8
9
10
# File 'lib/valid_email2/dns.rb', line 8

def records
  @records
end

#ttlObject

Returns the value of attribute ttl

Returns:

  • (Object)

    the current value of ttl



8
9
10
# File 'lib/valid_email2/dns.rb', line 8

def ttl
  @ttl
end