Method: NotifierPlugin::AdapterGenerator::EntryProperty.from_join

Defined in:
lib/tecsgen/plugin/NotifierPlugin.rb

.from_join(join) ⇒ Object



115
116
117
# File 'lib/tecsgen/plugin/NotifierPlugin.rb', line 115

def self.from_join(join)
  EntryProperty.new(join.get_rhs_cell, join.get_rhs_subscript)
end