Class: Ieee::Idams::AuthorGroup

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/ieee/idams/author_group.rb

Overview

Represents a group of authors

Instance Method Summary collapse

Instance Method Details

#authorArray<Author>

List of authors

Returns:

  • (Array<Author>)

    authors of the work



11
# File 'lib/ieee/idams/author_group.rb', line 11

attribute :author, Author, collection: true