Module: ScientificNameClean::Authorship1
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
3735 3736 3737 3738 3739 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3735 def details val = {:authorship => text_value.strip, :combinationAuthorTeam => b.details[:basionymAuthorTeam], :basionymAuthorTeam => a.details[:basionymAuthorTeam]} val[:combinationAuthorTeam].merge!(c.details) val end |
#pos ⇒ Object
3731 3732 3733 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3731 def pos a.pos.merge(b.pos).merge(c.pos) end |
#value ⇒ Object
3727 3728 3729 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3727 def value a.value + " " + b.value + " " + c.value end |