Class: CompositorNode::Image
- Inherits:
-
Object
- Object
- CompositorNode::Image
- Defined in:
- lib/compositor_node/image.rb
Instance Attribute Summary collapse
-
#source ⇒ Object
Returns the value of attribute source.
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(options = {}) ⇒ Image
constructor
A new instance of Image.
Constructor Details
#initialize(options = {}) ⇒ Image
Returns a new instance of Image.
5 6 7 |
# File 'lib/compositor_node/image.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/image.rb', line 3 def source @source end |