Module: ScientificNameClean::BasionymAuthorshipWithParenthesis7
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
4122 4123 4124 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4122 def details {:authorship => text_value, :basionymAuthorTeam => {:authorTeam => text_value, :author => ["?"]}} end |
#pos ⇒ Object
4118 4119 4120 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4118 def pos {a.interval.begin => ["unknown_author", a.interval.end]} end |
#value ⇒ Object
4114 4115 4116 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 4114 def value "(?)" end |