Module: Pacer::PacerGraph::Naming
- Included in:
- Pacer::PacerGraph
- Defined in:
- lib/pacer/graph/pacer_graph.rb
Instance Attribute Summary collapse
-
#edge_name ⇒ Proc
The proc used to name edges.
-
#vertex_name ⇒ Proc
The proc used to name vertices.
Instance Attribute Details
#edge_name ⇒ Proc
The proc used to name edges.
252 253 254 |
# File 'lib/pacer/graph/pacer_graph.rb', line 252 def edge_name @edge_name end |
#vertex_name ⇒ Proc
The proc used to name vertices.
247 248 249 |
# File 'lib/pacer/graph/pacer_graph.rb', line 247 def vertex_name @vertex_name end |