Class: Gremlin2Dot::Path
- Inherits:
-
Hash
- Object
- Hash
- Gremlin2Dot::Path
- Defined in:
- lib/gremlin2dot/data_model.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
63 |
# File 'lib/gremlin2dot/data_model.rb', line 63 def inspect ; "#<#{self.class.name} #{super}>" ; end |
#labels ⇒ Object
61 |
# File 'lib/gremlin2dot/data_model.rb', line 61 def labels ; self['labels'] ; end |
#objects ⇒ Object
62 |
# File 'lib/gremlin2dot/data_model.rb', line 62 def objects ; self['objects'] || {} ; end |