Skip to content

Commit

Permalink
Add missing name attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kwkwan authored and ronaldtse committed Sep 9, 2024
1 parent 9c09592 commit 1b7f897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/xmi/uml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ def self.included(klass)
klass.class_eval do
attribute :type, :string
attribute :id, :string
attribute :name, :string
attribute :body_element, :string
attribute :body_attribute, :string
attribute :annotated_attribute, :string
Expand Down

0 comments on commit 1b7f897

Please sign in to comment.