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



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

def cts
  @cts
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



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

def pid
  @pid
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



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

def thread
  @thread
end