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



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

def exitstatus
  @exitstatus
end

#stderrObject

Returns the value of attribute stderr



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

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout



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

def stdout
  @stdout
end