Class: OsCtl::Lib::PidFinder::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/libosctl/pid_finder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ctidObject

Returns the value of attribute ctid

Returns:

  • (Object)

    the current value of ctid



4
5
6
# File 'lib/libosctl/pid_finder.rb', line 4

def ctid
  @ctid
end

#os_processObject

Returns the value of attribute os_process

Returns:

  • (Object)

    the current value of os_process



4
5
6
# File 'lib/libosctl/pid_finder.rb', line 4

def os_process
  @os_process
end

#poolObject

Returns the value of attribute pool

Returns:

  • (Object)

    the current value of pool



4
5
6
# File 'lib/libosctl/pid_finder.rb', line 4

def pool
  @pool
end