Class: MindControl::Client::Process

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

Overview

Running process struct.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/mind_control/client.rb', line 13

def name
  @name
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



13
14
15
# File 'lib/mind_control/client.rb', line 13

def pid
  @pid
end

#socketObject

Returns the value of attribute socket

Returns:

  • (Object)

    the current value of socket



13
14
15
# File 'lib/mind_control/client.rb', line 13

def socket
  @socket
end