Class: CompositorNode::Output
- Inherits:
-
Object
- Object
- CompositorNode::Output
- Defined in:
- lib/compositor_node/output.rb
Instance Attribute Summary collapse
-
#source ⇒ Object
Returns the value of attribute source.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Output
constructor
A new instance of Output.
- #write(path) ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ Output
Returns a new instance of Output.
5 6 7 |
# File 'lib/compositor_node/output.rb', line 5 def initialize( = {}) @source = [:source] end |
Instance Attribute Details
#source ⇒ Object
Returns the value of attribute source.
3 4 5 |
# File 'lib/compositor_node/output.rb', line 3 def source @source end |