Class: Mods::Date::UnparseableDate

Inherits:
ExtractorDateFormat show all
Defined in:
lib/mods/date.rb

Instance Attribute Summary

Attributes inherited from Mods::Date

#date, #xml

Class Method Summary collapse

Methods inherited from ExtractorDateFormat

supports?

Methods inherited from Mods::Date

#approximate?, #as_range, #encoding, #encoding?, #end?, from_element, #inferred?, #initialize, #key?, normalize_to_edtf, #point, #precision, #qualifier, #questionable?, #single?, #start?, #text, #to_a, #type

Constructor Details

This class inherits a constructor from Mods::Date

Class Method Details

.parse_date(text) ⇒ Object



117
118
119
# File 'lib/mods/date.rb', line 117

def self.parse_date(text)
  nil
end