Class: Blender::Driver::Base::ExecOutput

Inherits:
Struct
  • Object
show all
Defined in:
lib/blender/drivers/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exitstatusObject

Returns the value of attribute exitstatus

Returns:

  • (Object)

    the current value of exitstatus



25
26
27
# File 'lib/blender/drivers/base.rb', line 25

def exitstatus
  @exitstatus
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



25
26
27
# File 'lib/blender/drivers/base.rb', line 25

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



25
26
27
# File 'lib/blender/drivers/base.rb', line 25

def stdout
  @stdout
end