Class: NomenclaturalRank::Icn::SpeciesAndInfraspeciesGroup::Species
- Inherits:
-
NomenclaturalRank::Icn::SpeciesAndInfraspeciesGroup
- Object
- NomenclaturalRank
- NomenclaturalRank::Icn
- NomenclaturalRank::Icn::SpeciesAndInfraspeciesGroup
- NomenclaturalRank::Icn::SpeciesAndInfraspeciesGroup::Species
- Defined in:
- app/models/nomenclatural_rank/icn/species_and_infraspecies_group/species.rb
Constant Summary
Constants inherited from NomenclaturalRank::Icn
Class Method Summary collapse
Methods inherited from NomenclaturalRank::Icn::SpeciesAndInfraspeciesGroup
valid_parents, validate_name_format
Methods inherited from NomenclaturalRank::Icn
Class Method Details
.abbreviation ⇒ Object
7 8 9 |
# File 'app/models/nomenclatural_rank/icn/species_and_infraspecies_group/species.rb', line 7 def self.abbreviation 'sp.' end |
.parent_rank ⇒ Object
3 4 5 |
# File 'app/models/nomenclatural_rank/icn/species_and_infraspecies_group/species.rb', line 3 def self.parent_rank NomenclaturalRank::Icn::GenusGroup::Subseries end |