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