Module: ScientificName::NamePart1
- Defined in:
- lib/biodiversity/parser/scientific_name.rb
Instance Method Summary collapse
Instance Method Details
#canonical ⇒ Object
1952 1953 1954 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1952 def canonical a.canonical end |
#details ⇒ Object
1955 1956 1957 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1955 def details a.details.merge(b.details).merge(c.details) end |
#value ⇒ Object
1949 1950 1951 |
# File 'lib/biodiversity/parser/scientific_name.rb', line 1949 def value a.value + " " + b.value + " " + c.value end |