Module: ScientificNameClean::BasionymAuthorshipWithParenthesis1
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
2719 2720 2721 2722 2723 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 2719 def details { :authorship => text_value, :basionymAuthorTeam => {:author_team => text_value}.merge(a.details).merge(b.details) } end |
#pos ⇒ Object
2715 2716 2717 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 2715 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
2711 2712 2713 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 2711 def value "(" + a.value + " " + b.value + ")" end |