Class: OsCtl::Lib::PidFinder::Result
- Inherits:
-
Struct
- Object
- Struct
- OsCtl::Lib::PidFinder::Result
- Defined in:
- lib/libosctl/pid_finder.rb
Instance Attribute Summary collapse
-
#ctid ⇒ Object
Returns the value of attribute ctid.
-
#os_process ⇒ Object
Returns the value of attribute os_process.
-
#pool ⇒ Object
Returns the value of attribute pool.
Instance Attribute Details
#ctid ⇒ Object
Returns the value of attribute ctid
4 5 6 |
# File 'lib/libosctl/pid_finder.rb', line 4 def ctid @ctid end |
#os_process ⇒ Object
Returns the value of attribute os_process
4 5 6 |
# File 'lib/libosctl/pid_finder.rb', line 4 def os_process @os_process end |
#pool ⇒ Object
Returns the value of attribute pool
4 5 6 |
# File 'lib/libosctl/pid_finder.rb', line 4 def pool @pool end |