Method: EmailGraph::DirectedEdge#from
- Defined in:
- lib/email_graph/directed_graph.rb
#from ⇒ Object (readonly)
Returns the value of attribute from.
99 100 101 |
# File 'lib/email_graph/directed_graph.rb', line 99 def from @from end |