Class: Relaton::Bib::StructuredIdentifier
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Relaton::Bib::StructuredIdentifier
show all
- Defined in:
- lib/relaton/bib/model/structured_identifier.rb
Instance Method Summary
collapse
Instance Method Details
#remove_date! ⇒ Object
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
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
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
|