Class: PassiveDNS::PDNSQueueEntry

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

printclass=, #render_xml, #to, #to_json, #to_s, #to_s_header, #to_xml

Instance Attribute Details

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



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

def level
  @level
end

#queryObject

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



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

def query
  @query
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



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

def state
  @state
end