Module: ScientificNameClean::BasionymAuthorshipWithParenthesis1
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
4179 4180 4181 4182 4183 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4179 def details { :authorship => text_value, :basionymAuthorTeam => {:author_team => text_value}.merge(a.details).merge(b.details) } end |
#pos ⇒ Object
4175 4176 4177 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4175 def pos a.pos.merge(b.pos) end |
#value ⇒ Object
4171 4172 4173 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4171 def value "(" + a.value + " " + b.value + ")" end |