Module: ScientificNameClean::BasionymAuthorshipWithParenthesis7
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
4288 4289 4290 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4288 def details {:authorship => text_value, :basionymAuthorTeam => {:authorTeam => text_value, :author => ["?"]}} end |
#pos ⇒ Object
4284 4285 4286 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4284 def pos {a.interval.begin => ["unknown_author", a.interval.end]} end |
#value ⇒ Object
4280 4281 4282 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4280 def value "(?)" end |