Class: DaemonController::InternalCommandTimeoutResult
- Inherits:
-
Struct
- Object
- Struct
- DaemonController::InternalCommandTimeoutResult
- 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
68 69 70 |
# File 'lib/daemon_controller.rb', line 68 def output @output end |
#pid ⇒ Object
Returns the value of attribute pid
68 69 70 |
# File 'lib/daemon_controller.rb', line 68 def pid @pid end |