module DrawUml::Default
Constants
- DIAGRAM_EXTENSION
- DIAGRAM_PATH
- IMAGE_PATH
- STATIC_PATH
Public Class Methods
diagram_extension()
click to toggle source
# File lib/draw_uml/default.rb, line 13 def diagram_extension DIAGRAM_EXTENSION end
diagram_path()
click to toggle source
# File lib/draw_uml/default.rb, line 17 def diagram_path DIAGRAM_PATH end
image_path()
click to toggle source
# File lib/draw_uml/default.rb, line 25 def image_path IMAGE_PATH end
options()
click to toggle source
# File lib/draw_uml/default.rb, line 9 def options Hash[DrawUml::Configure.keys.map{|key| [key, send(key)]}] end
static_path()
click to toggle source
# File lib/draw_uml/default.rb, line 21 def static_path STATIC_PATH end