Class: Gremlin2Dot::Tree
- Inherits:
-
Object
- Object
- Gremlin2Dot::Tree
- Defined in:
- lib/gremlin2dot/data_model.rb
Instance Attribute Summary collapse
-
#items ⇒ Object
Returns the value of attribute items.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Attribute Details
#items ⇒ Object
Returns the value of attribute items.
57 58 59 |
# File 'lib/gremlin2dot/data_model.rb', line 57 def items @items end |
#key ⇒ Object
Returns the value of attribute key.
57 58 59 |
# File 'lib/gremlin2dot/data_model.rb', line 57 def key @key end |