Class: NomenclaturalRank::Icn::HigherClassificationGroup::Subkingdom
- Inherits:
-
NomenclaturalRank::Icn::HigherClassificationGroup
- Object
- NomenclaturalRank
- NomenclaturalRank::Icn
- NomenclaturalRank::Icn::HigherClassificationGroup
- NomenclaturalRank::Icn::HigherClassificationGroup::Subkingdom
- Defined in:
- app/models/nomenclatural_rank/icn/higher_classification_group/subkingdom.rb
Constant Summary
Constants inherited from NomenclaturalRank::Icn
Class Method Summary collapse
Methods inherited from NomenclaturalRank::Icn::HigherClassificationGroup
Methods inherited from NomenclaturalRank::Icn
Methods inherited from NomenclaturalRank
abbreviation, bottom_rank, collect_descendants_to_s, collect_to_s, nomenclatural_code, nomenclatural_code_class, ordered_ranks, parent, rank_name, top_rank, typical_use, valid_name_ending
Class Method Details
.parent_rank ⇒ Object
3 4 5 |
# File 'app/models/nomenclatural_rank/icn/higher_classification_group/subkingdom.rb', line 3 def self.parent_rank NomenclaturalRank::Icn::HigherClassificationGroup::Kingdom end |
.valid_parents ⇒ Object
7 8 9 |
# File 'app/models/nomenclatural_rank/icn/higher_classification_group/subkingdom.rb', line 7 def self.valid_parents [NomenclaturalRank::Icn::HigherClassificationGroup::Kingdom.to_s] end |