Class: Snmp2mkr::EngineThreads::Timer::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/snmp2mkr/engine_threads/timer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hookObject

Returns the value of attribute hook



4
5
6
# File 'lib/snmp2mkr/engine_threads/timer.rb', line 4

def hook
  @hook
end

#intervalObject

Returns the value of attribute interval



4
5
6
# File 'lib/snmp2mkr/engine_threads/timer.rb', line 4

def interval
  @interval
end

#lastObject

Returns the value of attribute last



4
5
6
# File 'lib/snmp2mkr/engine_threads/timer.rb', line 4

def last
  @last
end