Skip to content

Commit

Permalink
Error occurs when updating attribute id
Browse files Browse the repository at this point in the history
  • Loading branch information
kwkwan committed May 28, 2024
1 parent ac98cb0 commit a47312e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/lutaml/uml/top_element_attribute.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class TopElementAttribute
attr_accessor :name,
:visibility,
:type,
:id,
:xmi_id,
:definition,
:contain,
Expand Down
1 change: 1 addition & 0 deletions lib/lutaml/uml/value.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class Value

attr_accessor :definition,
:name,
:id,
:type

# rubocop:disable Rails/ActiveRecordAliases
Expand Down

0 comments on commit a47312e

Please sign in to comment.