Class: DaemonController::InternalCommandErrorResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#exit_statusObject

Returns the value of attribute exit_status

Returns:

  • (Object)

    the current value of exit_status



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

def exit_status
  @exit_status
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



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

def output
  @output
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



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

def pid
  @pid
end