Module: ScientificNameClean::ExAuthorship3
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
4579 4580 4581 4582 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4579 def details val = {:exAuthorTeam => {:authorTeam => b.text_value.strip}.merge(b.details[:basionymAuthorTeam])} val end |
#pos ⇒ Object
4575 4576 4577 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4575 def pos b.pos end |
#value ⇒ Object
4571 4572 4573 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4571 def value " ex " + b.value end |