Module: ScientificNameClean::ExAuthorship1
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
4550 4551 4552 4553 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4550 def details val = {:exAuthorTeam => {:authorTeam => b.text_value.strip}.merge(b.details[:basionymAuthorTeam])} val end |
#pos ⇒ Object
4546 4547 4548 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4546 def pos b.pos end |
#value ⇒ Object
4542 4543 4544 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4542 def value " ex " + b.value + " ex " + c.value end |