class Orchestrate::Graph
Manages graph relationships for a KeyValue
item.
Public Class Methods
Public Instance Methods
[](relation_type)
click to toggle source
Accessor for graph relation types. @return [RelationStem]
# File lib/orchestrate/graph.rb, line 15 def [](relation_type) @types[relation_type.to_s] || RelationStem.new(@kv_item, relation_type.to_s) end