mikaa123/umlify

Attributes with attr are not recognized

Opened this issue · 0 comments

When using attr :attribute_name the attributes are not recognized in the uml-graph.

code example:

class Example
  attr :example_attr, true
end

the example_attr will not be shown in the graph.