Class: ValidEmail2::Dns::CacheEntry
- Inherits:
-
Struct
- Object
- Struct
- ValidEmail2::Dns::CacheEntry
- Defined in:
- lib/valid_email2/dns.rb
Instance Attribute Summary collapse
-
#cached_at ⇒ Object
Returns the value of attribute cached_at.
-
#records ⇒ Object
Returns the value of attribute records.
-
#ttl ⇒ Object
Returns the value of attribute ttl.
Instance Attribute Details
#cached_at ⇒ Object
Returns the value of attribute cached_at
8 9 10 |
# File 'lib/valid_email2/dns.rb', line 8 def cached_at @cached_at end |
#records ⇒ Object
Returns the value of attribute records
8 9 10 |
# File 'lib/valid_email2/dns.rb', line 8 def records @records end |
#ttl ⇒ Object
Returns the value of attribute ttl
8 9 10 |
# File 'lib/valid_email2/dns.rb', line 8 def ttl @ttl end |