Class: Relaton::Jis::StructuredIdentifier
- Inherits:
-
Iso::StructuredIdentifier
- Object
- Lutaml::Model::Serializable
- Iso::StructuredIdentifier
- Relaton::Jis::StructuredIdentifier
- Defined in:
- lib/relaton/jis/structured_identifier.rb
Instance Method Summary collapse
Methods inherited from Iso::StructuredIdentifier
Instance Method Details
#to_all_parts! ⇒ Object
6 7 8 9 10 |
# File 'lib/relaton/jis/structured_identifier.rb', line 6 def to_all_parts! super pn = project_number pn.content = "#{pn.content} (all parts)" if pn&.content end |