module ScientificNameDirty::ApproximateYear1

Public Instance Methods

details() click to toggle source
# File lib/biodiversity/parser/scientific_name_dirty.rb, line 822
def details
  {:approximate_year => value}
end
pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_dirty.rb, line 818
def pos
  {a.interval.begin => ["year", a.interval.end]}
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_dirty.rb, line 814
def value
 "(" + a.text_value + ")"
end