Class: OsCtld::Monitor::Master::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/osctld/monitor/master.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ctsObject

Returns the value of attribute cts

Returns:

  • (Object)

    the current value of cts



9
10
11
# File 'lib/osctld/monitor/master.rb', line 9

def cts
  @cts
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



9
10
11
# File 'lib/osctld/monitor/master.rb', line 9

def pid
  @pid
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



9
10
11
# File 'lib/osctld/monitor/master.rb', line 9

def thread
  @thread
end