Class: Ieee::Idams::StandardBundle
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Ieee::Idams::StandardBundle
- Defined in:
- lib/ieee/idams/standard_bundle.rb
Overview
Standard Bundle
Instance Method Summary collapse
-
#base_standard_product_number ⇒ String
Base standard product number.
-
#bundle_name ⇒ String
Bundle name.
-
#bundle_product_number ⇒ String
Bundle product number.
-
#bundle_type ⇒ String
Bundle type.
Instance Method Details
#base_standard_product_number ⇒ String
Base standard product number
27 |
# File 'lib/ieee/idams/standard_bundle.rb', line 27 attribute :base_standard_product_number, :string |
#bundle_name ⇒ String
Bundle name
17 |
# File 'lib/ieee/idams/standard_bundle.rb', line 17 attribute :bundle_name, :string |
#bundle_product_number ⇒ String
Bundle product number
32 |
# File 'lib/ieee/idams/standard_bundle.rb', line 32 attribute :bundle_product_number, :string |
#bundle_type ⇒ String
Bundle type
22 |
# File 'lib/ieee/idams/standard_bundle.rb', line 22 attribute :bundle_type, :string |