Class: Ieee::Idams::Volume

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

Overview

Represents a volume containing articles

Instance Method Summary collapse

Instance Method Details

#articleArray<Article>

List of articles

Returns:

  • (Array<Article>)

    articles in volume



16
# File 'lib/ieee/idams/volume.rb', line 16

attribute :article, Article, collection: true

#volumeinfoVolumeInfo

Volume information

Returns:



12
# File 'lib/ieee/idams/volume.rb', line 12

attribute :volumeinfo, VolumeInfo