Class: T2Flow::Datalink

Inherits:
Object
  • Object
show all
Defined in:
lib/t2flow/model/datalink.rb

Instance Attribute Summary collapse

Instance Attribute Details

#sinkObject

The name of the sink (the endpoint of the connection).



10
11
12
# File 'lib/t2flow/model/datalink.rb', line 10

def sink
  @sink
end

#sourceObject

The name of the source (the starting point of the connection).



7
8
9
# File 'lib/t2flow/model/datalink.rb', line 7

def source
  @source
end