Class: Relaton::Jis::StructuredIdentifier

Inherits:
Iso::StructuredIdentifier show all
Defined in:
lib/relaton/jis/structured_identifier.rb

Instance Method Summary collapse

Methods inherited from Iso::StructuredIdentifier

#remove_date!, #remove_part!

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