Class: KwykTree::Implementation

Inherits:
Unit
  • Object
show all
Defined in:
lib/kwyktree/unit.rb

Instance Attribute Summary

Attributes inherited from Unit

#deps, #url

Instance Method Summary collapse

Methods inherited from Unit

#graphviz_attributes, #graphviz_id, #graphviz_record_label, #initialize

Constructor Details

This class inherits a constructor from KwykTree::Unit

Instance Method Details

#graphviz_record_shapeObject



89
90
91
# File 'lib/kwyktree/unit.rb', line 89

def graphviz_record_shape
  "record"
end

#typeObject



85
86
87
# File 'lib/kwyktree/unit.rb', line 85

def type
  "implementation"
end