Class: Ieee::Idams::Volume
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Ieee::Idams::Volume
- Defined in:
- lib/ieee/idams/volume.rb
Overview
Represents a volume containing articles
Instance Method Summary collapse
-
#article ⇒ Article
List of articles.
-
#volumeinfo ⇒ VolumeInfo
Volume information.
Instance Method Details
#article ⇒ Article
List of articles
16 |
# File 'lib/ieee/idams/volume.rb', line 16 attribute :article, Article |
#volumeinfo ⇒ VolumeInfo
Volume information
12 |
# File 'lib/ieee/idams/volume.rb', line 12 attribute :volumeinfo, VolumeInfo |