Class: UML::Graphviz::Association

Inherits:
Edge
  • Object
show all
Defined in:
lib/uml/class_diagram_helper.rb

Instance Attribute Summary

Attributes inherited from Edge

#attributes

Instance Method Summary collapse

Methods inherited from Edge

#to_dot

Constructor Details

#initialize(tail, head) ⇒ Association

Returns a new instance of Association.



54
55
56
57
# File 'lib/uml/class_diagram_helper.rb', line 54

def initialize(tail, head)
  super
  @attributes[:arrowhead] = 'none'
end