Class: Fontist::Utils::System::PowerShellResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/fontist/utils/system.rb

Instance Attribute Summary collapse

Instance Attribute Details

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



182
183
184
# File 'lib/fontist/utils/system.rb', line 182

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



182
183
184
# File 'lib/fontist/utils/system.rb', line 182

def stdout
  @stdout
end

#successObject Also known as: success?

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



182
183
184
# File 'lib/fontist/utils/system.rb', line 182

def success
  @success
end