Class: Dnsruby::ResolverEM::PersistentData

Inherits:
Object
  • Object
show all
Defined in:
lib/Dnsruby/Resolver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#deferrableObject

Returns the value of attribute deferrable.



563
564
565
# File 'lib/Dnsruby/Resolver.rb', line 563

def deferrable
  @deferrable
end

#finishObject

Returns the value of attribute finish.



563
564
565
# File 'lib/Dnsruby/Resolver.rb', line 563

def finish
  @finish
end

#outstandingObject

Returns the value of attribute outstanding.



563
564
565
# File 'lib/Dnsruby/Resolver.rb', line 563

def outstanding
  @outstanding
end

#timeoutsObject

Returns the value of attribute timeouts.



563
564
565
# File 'lib/Dnsruby/Resolver.rb', line 563

def timeouts
  @timeouts
end

#timer_keys_sortedObject

Returns the value of attribute timer_keys_sorted.



563
564
565
# File 'lib/Dnsruby/Resolver.rb', line 563

def timer_keys_sorted
  @timer_keys_sorted
end

#timer_procsObject

Returns the value of attribute timer_procs.



563
564
565
# File 'lib/Dnsruby/Resolver.rb', line 563

def timer_procs
  @timer_procs
end

#to_sendObject

Returns the value of attribute to_send.



563
564
565
# File 'lib/Dnsruby/Resolver.rb', line 563

def to_send
  @to_send
end