Class: Fontist::Utils::System::PowerShellResult
- Inherits:
-
Struct
- Object
- Struct
- Fontist::Utils::System::PowerShellResult
- Defined in:
- lib/fontist/utils/system.rb
Instance Attribute Summary collapse
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
-
#success ⇒ Object
(also: #success?)
Returns the value of attribute success.
Instance Attribute Details
#stderr ⇒ Object
Returns the value of attribute stderr
182 183 184 |
# File 'lib/fontist/utils/system.rb', line 182 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
182 183 184 |
# File 'lib/fontist/utils/system.rb', line 182 def stdout @stdout end |
#success ⇒ Object Also known as: success?
Returns the value of attribute success
182 183 184 |
# File 'lib/fontist/utils/system.rb', line 182 def success @success end |