Class: Pubid::Cie::Identifiers::Bundle
- Inherits:
-
SingleIdentifier
- Object
- Lutaml::Model::Serializable
- Pubid::Cie::Identifier
- SingleIdentifier
- Pubid::Cie::Identifiers::Bundle
- Defined in:
- lib/pubid/cie/identifiers/bundle.rb
Overview
Bundle identifier for CIE Handles comma-separated supplement lists Example: CIE 198-SP1.1:2011,198-SP1.2:2011,198-SP1.3:2011,198-SP1.4:2011
Instance Method Summary collapse
Methods inherited from SingleIdentifier
Methods inherited from Pubid::Cie::Identifier
Instance Method Details
#to_s ⇒ Object
14 15 16 |
# File 'lib/pubid/cie/identifiers/bundle.rb', line 14 def to_s identifiers_string || "" end |