module DrawErd::Default

Constants

ATTRIBUTES
PATH
TITLE

Public Class Methods

attributes() click to toggle source
# File lib/draw_erd/default.rb, line 20
def attributes
  ATTRIBUTES
end
options() click to toggle source
# File lib/draw_erd/default.rb, line 8
def options
  Hash[DrawErd::Configure.keys.map{|key| [key, send(key)]}]
end
path() click to toggle source
# File lib/draw_erd/default.rb, line 12
def path
  PATH
end
title() click to toggle source
# File lib/draw_erd/default.rb, line 16
def title
  TITLE
end