Class: PassiveDNS::PDNSResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/passivedns/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#answerObject

Returns the value of attribute answer



23
24
25
# File 'lib/passivedns/client.rb', line 23

def answer
  @answer
end

#countObject

Returns the value of attribute count



23
24
25
# File 'lib/passivedns/client.rb', line 23

def count
  @count
end

#firstseenObject

Returns the value of attribute firstseen



23
24
25
# File 'lib/passivedns/client.rb', line 23

def firstseen
  @firstseen
end

#lastseenObject

Returns the value of attribute lastseen



23
24
25
# File 'lib/passivedns/client.rb', line 23

def lastseen
  @lastseen
end

#queryObject

Returns the value of attribute query



23
24
25
# File 'lib/passivedns/client.rb', line 23

def query
  @query
end

#response_timeObject

Returns the value of attribute response_time



23
24
25
# File 'lib/passivedns/client.rb', line 23

def response_time
  @response_time
end

#rrtypeObject

Returns the value of attribute rrtype



23
24
25
# File 'lib/passivedns/client.rb', line 23

def rrtype
  @rrtype
end

#sourceObject

Returns the value of attribute source



23
24
25
# File 'lib/passivedns/client.rb', line 23

def source
  @source
end

#ttlObject

Returns the value of attribute ttl



23
24
25
# File 'lib/passivedns/client.rb', line 23

def ttl
  @ttl
end