Method: PgGraph::Data::Node#value
- Defined in:
- lib/pg_graph/data/data.rb
#value ⇒ Object
Node converted to plain ruby objects structured as given by the dimension kind but with flattened M:M associations so duplicates can happen
32 |
# File 'lib/pg_graph/data/data.rb', line 32 def value() data end |