Class: Ieee::Idams::PubTopicalBrowseSet

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

Overview

Represents a set of topical browse categories

Constant Summary collapse

VALID_CATEGORIES =

List of topical browse categories

[
  "Aerospace",
  "Bioengineering",
  "Communication, Networking, and Broadcast Technologies",
  "Components, Circuits, Devices and Systems",
  "Computing and Processing",
  "Engineered Materials, Dielectrics and Plasmas",
  "Engineering Profession",
  "Fields, Waves and Electromagnetics",
  "General Topics for Engineers",
  "Geoscience",
  "Nuclear Engineering",
  "Photonics and Electrooptics",
  "Power, Industry and Industry Applications",
  "Robotics and Control Systems",
  "Signal Processing and Analysis",
  "Transportation"
].freeze

Instance Method Summary collapse

Instance Method Details

#pubtopicalbrowseArray<String>

List of topical categories

Returns:

  • (Array<String>)

    subject classifications



29
30
# File 'lib/ieee/idams/pub_topical_browse_set.rb', line 29

attribute :pubtopicalbrowse, :string, collection: true,
values: VALID_CATEGORIES