Class: PassiveDNS::PDNSResult
Instance Attribute Summary collapse
-
#answer ⇒ Object
Returns the value of attribute answer.
-
#count ⇒ Object
Returns the value of attribute count.
-
#firstseen ⇒ Object
Returns the value of attribute firstseen.
-
#lastseen ⇒ Object
Returns the value of attribute lastseen.
-
#query ⇒ Object
Returns the value of attribute query.
-
#response_time ⇒ Object
Returns the value of attribute response_time.
-
#rrtype ⇒ Object
Returns the value of attribute rrtype.
-
#source ⇒ Object
Returns the value of attribute source.
-
#ttl ⇒ Object
Returns the value of attribute ttl.
Method Summary
Methods inherited from Struct
printclass=, #render_xml, #to, #to_json, #to_s, #to_s_header, #to_xml
Instance Attribute Details
#answer ⇒ Object
Returns the value of attribute answer
14 15 16 |
# File 'lib/pdns/pdns.rb', line 14 def answer @answer end |
#count ⇒ Object
Returns the value of attribute count
14 15 16 |
# File 'lib/pdns/pdns.rb', line 14 def count @count end |
#firstseen ⇒ Object
Returns the value of attribute firstseen
14 15 16 |
# File 'lib/pdns/pdns.rb', line 14 def firstseen @firstseen end |
#lastseen ⇒ Object
Returns the value of attribute lastseen
14 15 16 |
# File 'lib/pdns/pdns.rb', line 14 def lastseen @lastseen end |
#query ⇒ Object
Returns the value of attribute query
14 15 16 |
# File 'lib/pdns/pdns.rb', line 14 def query @query end |
#response_time ⇒ Object
Returns the value of attribute response_time
14 15 16 |
# File 'lib/pdns/pdns.rb', line 14 def response_time @response_time end |
#rrtype ⇒ Object
Returns the value of attribute rrtype
14 15 16 |
# File 'lib/pdns/pdns.rb', line 14 def rrtype @rrtype end |
#source ⇒ Object
Returns the value of attribute source
14 15 16 |
# File 'lib/pdns/pdns.rb', line 14 def source @source end |
#ttl ⇒ Object
Returns the value of attribute ttl
14 15 16 |
# File 'lib/pdns/pdns.rb', line 14 def ttl @ttl end |