Module: ScientificNameClean::ExAuthorship1
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
4354 4355 4356 4357 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4354 def details val = {:exAuthorTeam => {:authorTeam => b.text_value.strip}.merge(b.details[:basionymAuthorTeam])} val end |
#pos ⇒ Object
4350 4351 4352 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4350 def pos b.pos end |
#value ⇒ Object
4346 4347 4348 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4346 def value " ex " + b.value end |