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