Class: DaemonController::InternalCommandTimeoutResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



68
69
70
# File 'lib/daemon_controller.rb', line 68

def output
  @output
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



68
69
70
# File 'lib/daemon_controller.rb', line 68

def pid
  @pid
end