Class: NomenclaturalRank::Icnp
- Inherits:
-
NomenclaturalRank
- Object
- NomenclaturalRank
- NomenclaturalRank::Icnp
- Defined in:
- app/models/nomenclatural_rank/icnp.rb
Direct Known Subclasses
FamilyGroup, GenusGroup, HigherClassificationGroup, SpeciesGroup
Defined Under Namespace
Classes: FamilyGroup, GenusGroup, HigherClassificationGroup, SpeciesGroup
Constant Summary collapse
- KINGDOM =
'Procaryote'
Class Method Summary collapse
Methods inherited from NomenclaturalRank
abbreviation, bottom_rank, collect_descendants_to_s, collect_to_s, nomenclatural_code, nomenclatural_code_class, ordered_ranks, parent, parent_rank, rank_name, top_rank, typical_use, valid_name_ending, valid_parents
Class Method Details
.group_base(rank_string) ⇒ Object
5 6 7 8 |
# File 'app/models/nomenclatural_rank/icnp.rb', line 5 def self.group_base(rank_string) rank_string.match( /(NomenclaturalRank::Icnp::.+Group::).+/) $1 end |