Class: T2Flow::Sink
- Inherits:
-
Object
- Object
- T2Flow::Sink
- Defined in:
- lib/t2flow/model.rb
Overview
This is the start node of a Datalink. Each sink has a name and a port which is seperated by a colon; “:”. This is represented as “sink of a processor:port_name”. A string that does not contain a colon can often be returned, signifiying a workflow sink as opposed to that of a processor.
Instance Attribute Summary collapse
-
#descriptions ⇒ Object
Returns the value of attribute descriptions.
-
#example_values ⇒ Object
Returns the value of attribute example_values.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#descriptions ⇒ Object
Returns the value of attribute descriptions.
241 242 243 |
# File 'lib/t2flow/model.rb', line 241 def descriptions @descriptions end |
#example_values ⇒ Object
Returns the value of attribute example_values.
241 242 243 |
# File 'lib/t2flow/model.rb', line 241 def example_values @example_values end |
#name ⇒ Object
Returns the value of attribute name.
241 242 243 |
# File 'lib/t2flow/model.rb', line 241 def name @name end |