Class: DaemonController::InternalCommandErrorResult
- Inherits:
-
Struct
- Object
- Struct
- DaemonController::InternalCommandErrorResult
- Defined in:
- lib/daemon_controller.rb
Instance Attribute Summary collapse
-
#exit_status ⇒ Object
Returns the value of attribute exit_status.
-
#output ⇒ Object
Returns the value of attribute output.
-
#pid ⇒ Object
Returns the value of attribute pid.
Instance Attribute Details
#exit_status ⇒ Object
Returns the value of attribute exit_status
67 68 69 |
# File 'lib/daemon_controller.rb', line 67 def exit_status @exit_status end |
#output ⇒ Object
Returns the value of attribute output
67 68 69 |
# File 'lib/daemon_controller.rb', line 67 def output @output end |
#pid ⇒ Object
Returns the value of attribute pid
67 68 69 |
# File 'lib/daemon_controller.rb', line 67 def pid @pid end |