Module: ScientificNameClean::Authorship3
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
3765 3766 3767 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3765 def details {:authorship => text_value.strip, :combinationAuthorTeam => b.details[:basionymAuthorTeam], :basionymAuthorTeam => a.details[:basionymAuthorTeam]} end |
#pos ⇒ Object
3761 3762 3763 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3761 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
3757 3758 3759 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3757 def value a.value + " " + b.value end |