Module: ScientificNameClean::Authorship1
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
3748 3749 3750 3751 3752 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3748 def details val = {:authorship => text_value.strip, :combinationAuthorTeam => b.details[:basionymAuthorTeam], :basionymAuthorTeam => a.details[:basionymAuthorTeam]} val[:combinationAuthorTeam].merge!(c.details) val end |
#pos ⇒ Object
3744 3745 3746 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3744 def pos a.pos.merge(b.pos).merge(c.pos) end |
#value ⇒ Object
3740 3741 3742 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3740 def value a.value + " " + b.value + " " + c.value end |