Class: Snmp2mkr::EngineThreads::Timer::Entry
- Inherits:
-
Struct
- Object
- Struct
- Snmp2mkr::EngineThreads::Timer::Entry
- Defined in:
- lib/snmp2mkr/engine_threads/timer.rb
Instance Attribute Summary collapse
-
#hook ⇒ Object
Returns the value of attribute hook.
-
#interval ⇒ Object
Returns the value of attribute interval.
-
#last ⇒ Object
Returns the value of attribute last.
Instance Attribute Details
#hook ⇒ Object
Returns the value of attribute hook
4 5 6 |
# File 'lib/snmp2mkr/engine_threads/timer.rb', line 4 def hook @hook end |
#interval ⇒ Object
Returns the value of attribute interval
4 5 6 |
# File 'lib/snmp2mkr/engine_threads/timer.rb', line 4 def interval @interval end |
#last ⇒ Object
Returns the value of attribute last
4 5 6 |
# File 'lib/snmp2mkr/engine_threads/timer.rb', line 4 def last @last end |