Class: Relaton::Bib::Docidentifier
Instance Method Summary
collapse
#content=
Instance Method Details
#remove_date! ⇒ Object
29
30
31
|
# File 'lib/relaton/bib/model/docidentifier.rb', line 29
def remove_date!
raise NotImplementedError, "`remove_date!` method not implemented in #{self.class}"
end
|
#remove_part! ⇒ Object
21
22
23
|
# File 'lib/relaton/bib/model/docidentifier.rb', line 21
def remove_part!
raise NotImplementedError, "`remove_part!` method not implemented in #{self.class}"
end
|
#to_all_parts! ⇒ Object
25
26
27
|
# File 'lib/relaton/bib/model/docidentifier.rb', line 25
def to_all_parts!
raise NotImplementedError, "`to_all_parts!` method not implemented in #{self.class}"
end
|