Method: NoSE::QueryGraph::Edge#initialize
- Defined in:
- lib/nose/query_graph.rb
#initialize(from, to, key) ⇒ Edge
Returns a new instance of Edge.
37 38 39 40 41 |
# File 'lib/nose/query_graph.rb', line 37 def initialize(from, to, key) @from = from @to = to @key = key end |