Module: ScientificNameClean::BasionymAuthorshipWithParenthesis7
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
4109 4110 4111 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4109 def details {:authorship => text_value, :basionymAuthorTeam => {:authorTeam => text_value, :author => ['?']}} end |
#pos ⇒ Object
4105 4106 4107 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4105 def pos {a.interval.begin => ['unknown_author', a.interval.end]} end |
#value ⇒ Object
4101 4102 4103 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4101 def value "(?)" end |