Class: LegacyMixlib::ShellOut::Helper::FakeShellOut
- Inherits:
-
Object
- Object
- LegacyMixlib::ShellOut::Helper::FakeShellOut
- Defined in:
- src/mintpress-common/lib/legacymixlib/shellout/helper.rb
Properties (Read/Write)
Properties (Read Only)
Instance Attribute Summary collapse
-
#exitstatus ⇒ Object
readonly
Returns the value of attribute exitstatus.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#stderr ⇒ Object
readonly
Returns the value of attribute stderr.
-
#stdout ⇒ Object
readonly
Returns the value of attribute stdout.
Instance Method Summary collapse
- #error! ⇒ Object
- #error? ⇒ Boolean
-
#initialize(args, options, result) ⇒ FakeShellOut
constructor
A new instance of FakeShellOut.
Constructor Details
#initialize(args, options, result) ⇒ FakeShellOut
Returns a new instance of FakeShellOut.
Instance Attribute Details
#exitstatus ⇒ Object (readonly)
Returns the value of attribute exitstatus.
#status ⇒ Object (readonly)
Returns the value of attribute status.
#stderr ⇒ Object (readonly)
Returns the value of attribute stderr.
#stdout ⇒ Object (readonly)
Returns the value of attribute stdout.