Class: Join::ThroughPluginProxy

Inherits:
Object
  • Object
show all
Defined in:
lib/tecsgen/core/unjoin_plugin.rb

Instance Method Summary collapse

Constructor Details

#initialize(namespace_path, entry_port_name, entry_port_subscript) ⇒ ThroughPluginProxy

Returns a new instance of ThroughPluginProxy.


178
179
180
181
182
# File 'lib/tecsgen/core/unjoin_plugin.rb', line 178

def initialize namespace_path, entry_port_name, entry_port_subscript
  @namespace_path = namespace_path
  @entry_port_name = entry_port_name
  @entry_port_subscript = entry_port_subscript
end

Instance Method Details

#get_cell_namespace_pathObject


183
184
185
# File 'lib/tecsgen/core/unjoin_plugin.rb', line 183

def get_cell_namespace_path
  @namespace_path
end

#get_through_entry_port_nameObject


186
187
188
# File 'lib/tecsgen/core/unjoin_plugin.rb', line 186

def get_through_entry_port_name
  @entry_port_name
end

#get_through_entry_port_subscriptObject


189
190
191
# File 'lib/tecsgen/core/unjoin_plugin.rb', line 189

def get_through_entry_port_subscript
  @entry_port_subscript
end