Class: PassiveDNS::PDNSQueueEntry
- Inherits:
-
Struct
- Object
- Struct
- PassiveDNS::PDNSQueueEntry
- Defined in:
- lib/passivedns/client/state.rb
Overview
struct to hold pending entries for query
Instance Attribute Summary collapse
-
#level ⇒ Object
Returns the value of attribute level.
-
#query ⇒ Object
Returns the value of attribute query.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#level ⇒ Object
Returns the value of attribute level
7 8 9 |
# File 'lib/passivedns/client/state.rb', line 7 def level @level end |
#query ⇒ Object
Returns the value of attribute query
7 8 9 |
# File 'lib/passivedns/client/state.rb', line 7 def query @query end |
#state ⇒ Object
Returns the value of attribute state
7 8 9 |
# File 'lib/passivedns/client/state.rb', line 7 def state @state end |