Class: OsCtld::Monitor::Master::Entry
- Inherits:
-
Struct
- Object
- Struct
- OsCtld::Monitor::Master::Entry
- Defined in:
- lib/osctld/monitor/master.rb
Instance Attribute Summary collapse
-
#cts ⇒ Object
Returns the value of attribute cts.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#thread ⇒ Object
Returns the value of attribute thread.
Instance Attribute Details
#cts ⇒ Object
Returns the value of attribute cts
9 10 11 |
# File 'lib/osctld/monitor/master.rb', line 9 def cts @cts end |
#pid ⇒ Object
Returns the value of attribute pid
9 10 11 |
# File 'lib/osctld/monitor/master.rb', line 9 def pid @pid end |
#thread ⇒ Object
Returns the value of attribute thread
9 10 11 |
# File 'lib/osctld/monitor/master.rb', line 9 def thread @thread end |