Class: Relaton::Jis::StructuredIdentifier

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

Instance Method Summary collapse

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