Module: ScientificNameClean::BasionymAuthorshipWithParenthesis7
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
2842 2843 2844 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 2842 def details {:authorship => text_value, :basionymAuthorTeam => {:authorTeam => text_value, :author => ['?']}} end |
#pos ⇒ Object
2838 2839 2840 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 2838 def pos {a.interval.begin => ['unknown_author', a.interval.end]} end |
#value ⇒ Object
2834 2835 2836 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 2834 def value "(?)" end |