Class: Ieee::Idams::AuthorGroup
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Ieee::Idams::AuthorGroup
- Defined in:
- lib/ieee/idams/author_group.rb
Overview
Represents a group of authors
Instance Method Summary collapse
-
#author ⇒ Array<Author>
List of authors.
Instance Method Details
#author ⇒ Array<Author>
List of authors
11 |
# File 'lib/ieee/idams/author_group.rb', line 11 attribute :author, Author, collection: true, initialize_empty: true |