Class: Relaton::Bib::StructuredIdentifier

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/relaton/bib/model/structured_identifier.rb

Instance Method Summary collapse

Instance Method Details

#remove_date!Object

Raises:

  • (NotImplementedError)


43
44
45
# File 'lib/relaton/bib/model/structured_identifier.rb', line 43

def remove_date!
  raise NotImplementedError, "`remove_date!` method not implemented in #{self.class}"
end

#remove_part!Object

Raises:

  • (NotImplementedError)


35
36
37
# File 'lib/relaton/bib/model/structured_identifier.rb', line 35

def remove_part!
  raise NotImplementedError, "`remove_part!` method not implemented in #{self.class}"
end

#to_all_parts!Object

Raises:

  • (NotImplementedError)


39
40
41
# File 'lib/relaton/bib/model/structured_identifier.rb', line 39

def to_all_parts!
  raise NotImplementedError, "`to_all_parts!` method not implemented in #{self.class}"
end