Module: ScientificNameClean::Authorship3
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
3778 3779 3780 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3778 def details {:authorship => text_value.strip, :combinationAuthorTeam => b.details[:basionymAuthorTeam], :basionymAuthorTeam => a.details[:basionymAuthorTeam]} end |
#pos ⇒ Object
3774 3775 3776 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3774 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
3770 3771 3772 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3770 def value a.value + " " + b.value end |