Module: ScientificNameClean::ExAuthorship3
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
4565 4566 4567 4568 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4565 def details val = {:exAuthorTeam => {:authorTeam => b.text_value.strip}.merge(b.details[:basionymAuthorTeam])} val end |
#pos ⇒ Object
4561 4562 4563 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4561 def pos b.pos end |
#value ⇒ Object
4557 4558 4559 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4557 def value " ex " + b.value end |