Skip to content

Commit

Permalink
Add missing name attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kwkwan committed Sep 8, 2024
1 parent 5dee999 commit 5ad1cda
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 5ad1cda

Please sign in to comment.