module ScientificNameClean::YearNumberWithCharacter1
Public Instance Methods
details()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 7705 def details {:year => value} end
pos()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 7701 def pos {interval.begin => ["year", interval.end]} end
value()
click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 7697 def value a.text_value end