Class: Relaton::Bib::Docidentifier

Inherits:
LocalizedMarkedUpString show all
Defined in:
lib/relaton/bib/model/docidentifier.rb

Instance Method Summary collapse

Instance Method Details

#remove_date!Object

Raises:

  • (NotImplementedError)


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

Raises:

  • (NotImplementedError)


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

Raises:

  • (NotImplementedError)


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