Class: Styoe::RunningProcess

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

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



6
7
8
# File 'lib/styoe.rb', line 6

def path
  @path
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



6
7
8
# File 'lib/styoe.rb', line 6

def pid
  @pid
end