Module: ScientificNameClean::BasionymAuthorshipWithParenthesis1
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
3864 3865 3866 3867 3868 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3864 def details { :authorship => text_value, :basionymAuthorTeam => {:author_team => text_value}.merge(a.details).merge(b.details) } end |
#pos ⇒ Object
3860 3861 3862 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3860 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
3856 3857 3858 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 3856 def value "(" + a.value + " " + b.value + ")" end |