Class: Join::ThroughPluginProxy
- Defined in:
- lib/tecsgen/core/unjoin_plugin.rb
Instance Method Summary collapse
- #get_cell_namespace_path ⇒ Object
- #get_through_entry_port_name ⇒ Object
- #get_through_entry_port_subscript ⇒ Object
-
#initialize(namespace_path, entry_port_name, entry_port_subscript) ⇒ ThroughPluginProxy
constructor
A new instance of ThroughPluginProxy.
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_path ⇒ Object
183 184 185 |
# File 'lib/tecsgen/core/unjoin_plugin.rb', line 183 def get_cell_namespace_path @namespace_path end |
#get_through_entry_port_name ⇒ Object
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_subscript ⇒ Object
189 190 191 |
# File 'lib/tecsgen/core/unjoin_plugin.rb', line 189 def get_through_entry_port_subscript @entry_port_subscript end |