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.
170 171 172 |
# File 'lib/mixlib/shellout/windows.rb', line 170 def exitstatus @exitstatus end |
Instance Method Details
#success? ⇒ Boolean
171 172 173 |
# File 'lib/mixlib/shellout/windows.rb', line 171 def success? exitstatus == 0 end |