Class: DaemonController::InternalCommandOkResult

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



66
67
68
# File 'lib/daemon_controller.rb', line 66

def output
  @output
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



66
67
68
# File 'lib/daemon_controller.rb', line 66

def pid
  @pid
end