Class: PassiveDNS::PDNSQueueEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



6
7
8
# File 'lib/passivedns/client/state.rb', line 6

def level
  @level
end

#queryObject

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



6
7
8
# File 'lib/passivedns/client/state.rb', line 6

def query
  @query
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



6
7
8
# File 'lib/passivedns/client/state.rb', line 6

def state
  @state
end