Module: ScientificNameClean::ExAuthorship1
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
3066 3067 3068 3069 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3066 def details val = {:exAuthorTeam => {:authorTeam => b.text_value.strip}.merge(b.details[:basionymAuthorTeam])} val end |
#pos ⇒ Object
3062 3063 3064 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3062 def pos b.pos end |
#value ⇒ Object
3058 3059 3060 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3058 def value " ex " + b.value end |