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



15
16
17
# File 'lib/passivedns/client.rb', line 15

def answer
  @answer
end

#countObject

Returns the value of attribute count



15
16
17
# File 'lib/passivedns/client.rb', line 15

def count
  @count
end

#firstseenObject

Returns the value of attribute firstseen



15
16
17
# File 'lib/passivedns/client.rb', line 15

def firstseen
  @firstseen
end

#lastseenObject

Returns the value of attribute lastseen



15
16
17
# File 'lib/passivedns/client.rb', line 15

def lastseen
  @lastseen
end

#queryObject

Returns the value of attribute query



15
16
17
# File 'lib/passivedns/client.rb', line 15

def query
  @query
end

#response_timeObject

Returns the value of attribute response_time



15
16
17
# File 'lib/passivedns/client.rb', line 15

def response_time
  @response_time
end

#rrtypeObject

Returns the value of attribute rrtype



15
16
17
# File 'lib/passivedns/client.rb', line 15

def rrtype
  @rrtype
end

#sourceObject

Returns the value of attribute source



15
16
17
# File 'lib/passivedns/client.rb', line 15

def source
  @source
end

#ttlObject

Returns the value of attribute ttl



15
16
17
# File 'lib/passivedns/client.rb', line 15

def ttl
  @ttl
end