Class: Asciidoctor::Diagram::UmlConverter

Inherits:
PlantUmlConverter show all
Defined in:
lib/asciidoctor-diagram/plantuml/converter.rb

Constant Summary

Constants inherited from PlantUmlConverter

PlantUmlConverter::CLASSPATH_ENV, PlantUmlConverter::LIB_DIR, PlantUmlConverter::PLANTUML_JARS

Class Method Summary collapse

Methods inherited from PlantUmlConverter

#collect_options, #convert, #supported_formats, #wrap_source

Methods included from DiagramConverter

#collect_options, #convert, #native_scaling?, #supported_formats, #wrap_source

Class Method Details

.tagObject



88
89
90
# File 'lib/asciidoctor-diagram/plantuml/converter.rb', line 88

def self.tag
  'uml'
end