Class: Ieee::Idams::StandardBundle

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

Overview

Standard Bundle

Instance Method Summary collapse

Instance Method Details

#base_standard_product_numberString

Base standard product number

Examples:

“STD98685”

Returns:

  • (String)

    base standard product number



27
# File 'lib/ieee/idams/standard_bundle.rb', line 27

attribute :base_standard_product_number, :string

#bundle_nameString

Bundle name

Examples:

“American …”

Returns:

  • (String)

    bundle name



17
# File 'lib/ieee/idams/standard_bundle.rb', line 17

attribute :bundle_name, :string

#bundle_product_numberString

Bundle product number

Examples:

“STDRL98685”

Returns:

  • (String)

    bundle product number



32
# File 'lib/ieee/idams/standard_bundle.rb', line 32

attribute :bundle_product_number, :string

#bundle_typeString

Bundle type

Examples:

“Suggested”

Returns:

  • (String)

    bundle type



22
# File 'lib/ieee/idams/standard_bundle.rb', line 22

attribute :bundle_type, :string