Class: Ieee::Idams::ArticleAbstract
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Ieee::Idams::ArticleAbstract
- Defined in:
- lib/ieee/idams/article_abstract.rb
Overview
Represents an article abstract
Instance Method Summary collapse
-
#abstract_type ⇒ String
Abstract type.
-
#value ⇒ String
Abstract value.
Instance Method Details
#abstract_type ⇒ String
Abstract type
9 |
# File 'lib/ieee/idams/article_abstract.rb', line 9 attribute :abstract_type, :string |
#value ⇒ String
Abstract value
13 |
# File 'lib/ieee/idams/article_abstract.rb', line 13 attribute :value, :string |