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