Class: DOT::DOTDirectedEdge

Inherits:
DOTEdge show all
Defined in:
lib/puppet/external/dot.rb

Instance Attribute Summary

Attributes inherited from DOTEdge

#from, #to

Attributes inherited from DOTElement

#name, #options

Attributes inherited from DOTSimpleElement

#name

Instance Method Summary collapse

Methods inherited from DOTEdge

#initialize, #to_s

Methods inherited from DOTElement

#each_option, #each_option_pair, #initialize

Methods inherited from DOTSimpleElement

#initialize, #to_s

Constructor Details

This class inherits a constructor from DOT::DOTEdge

Instance Method Details



321
322
323
# File 'lib/puppet/external/dot.rb', line 321

def edge_link
  '->'
end