Class: Mixlib::ShellOut::Windows::ThingThatLooksSortOfLikeAProcessStatus
- Inherits:
-
Object
- Object
- Mixlib::ShellOut::Windows::ThingThatLooksSortOfLikeAProcessStatus
- Defined in:
- lib/mixlib/shellout/windows.rb
Instance Attribute Summary collapse
-
#exitstatus ⇒ Object
Returns the value of attribute exitstatus.
Instance Method Summary collapse
Instance Attribute Details
#exitstatus ⇒ Object
Returns the value of attribute exitstatus.
165 166 167 |
# File 'lib/mixlib/shellout/windows.rb', line 165 def exitstatus @exitstatus end |
Instance Method Details
#success? ⇒ Boolean
167 168 169 |
# File 'lib/mixlib/shellout/windows.rb', line 167 def success? exitstatus == 0 end |