Class: Blender::Driver::Base::ExecOutput
- Inherits:
-
Struct
- Object
- Struct
- Blender::Driver::Base::ExecOutput
- Defined in:
- lib/blender/drivers/base.rb
Instance Attribute Summary collapse
-
#exitstatus ⇒ Object
Returns the value of attribute exitstatus.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
Instance Attribute Details
#exitstatus ⇒ Object
Returns the value of attribute exitstatus
25 26 27 |
# File 'lib/blender/drivers/base.rb', line 25 def exitstatus @exitstatus end |
#stderr ⇒ Object
Returns the value of attribute stderr
25 26 27 |
# File 'lib/blender/drivers/base.rb', line 25 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
25 26 27 |
# File 'lib/blender/drivers/base.rb', line 25 def stdout @stdout end |