Module: ScientificNameClean::Authorship5
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
3897 3898 3899 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3897 def details {:authorship => text_value.strip, :combinationAuthorTeam => b.details[:basionymAuthorTeam], :basionymAuthorTeam => a.details[:basionymAuthorTeam]} end |
#pos ⇒ Object
3893 3894 3895 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3893 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
3889 3890 3891 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3889 def value a.value + " " + b.value end |