Skip to content

Commit

Permalink
fixes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew2net authored and ronaldtse committed Nov 21, 2024
1 parent 3c1ebed commit 1ccdabe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@

# rspec failure tracking
.rspec_status
Gemfile.lock
.vscode/
bin/rspec
2 changes: 1 addition & 1 deletion lib/ieee/idams/publication_info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class PublicationInfo < Lutaml::Model::Serializable

# Standard relationship
# @return [String] standard relationship
attribute :standard_relationship, StandardRelationship
attribute :standard_relationship, StandardRelationship, collection: true

# Standard modifier set
# @return [StandardModifierSet] standard modifier details
Expand Down

0 comments on commit 1ccdabe

Please sign in to comment.