Class: ActiverecordCallbackLens::Graph::Graph
- Inherits:
-
Data
- Object
- Data
- ActiverecordCallbackLens::Graph::Graph
- Defined in:
- lib/activerecord_callback_lens/graph/nodes.rb
Overview
The assembled graph: a flat list of nodes and a flat list of edges. nodes: Array<node>, edges: Array<Edge>
Instance Attribute Summary collapse
-
#edges ⇒ Object
readonly
Returns the value of attribute edges.
-
#nodes ⇒ Object
readonly
Returns the value of attribute nodes.
Instance Attribute Details
#edges ⇒ Object (readonly)
Returns the value of attribute edges
36 37 38 |
# File 'lib/activerecord_callback_lens/graph/nodes.rb', line 36 def edges @edges end |
#nodes ⇒ Object (readonly)
Returns the value of attribute nodes
36 37 38 |
# File 'lib/activerecord_callback_lens/graph/nodes.rb', line 36 def nodes @nodes end |