Class: Ieee::Idams::ArticleAbstract

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

Overview

Represents an article abstract

Instance Method Summary collapse

Instance Method Details

#abstract_typeString

Abstract type

Returns:

  • (String)

    type of abstract



9
# File 'lib/ieee/idams/article_abstract.rb', line 9

attribute :abstract_type, :string

#valueString

Abstract value

Returns:

  • (String)

    abstract text



13
# File 'lib/ieee/idams/article_abstract.rb', line 13

attribute :value, :string