Class: NomenclaturalRank::Icnp::HigherClassificationGroup::Phylum
- Inherits:
-
NomenclaturalRank::Icnp::HigherClassificationGroup
- Object
- NomenclaturalRank
- NomenclaturalRank::Icnp
- NomenclaturalRank::Icnp::HigherClassificationGroup
- NomenclaturalRank::Icnp::HigherClassificationGroup::Phylum
- Defined in:
- app/models/nomenclatural_rank/icnp/higher_classification_group/phylum.rb
Constant Summary
Constants inherited from NomenclaturalRank::Icnp
Class Method Summary collapse
Methods inherited from NomenclaturalRank::Icnp::HigherClassificationGroup
Methods inherited from NomenclaturalRank::Icnp
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, valid_parents
Class Method Details
.parent_rank ⇒ Object
3 4 5 |
# File 'app/models/nomenclatural_rank/icnp/higher_classification_group/phylum.rb', line 3 def self.parent_rank NomenclaturalRank::Icnp::HigherClassificationGroup::Kingdom end |
.validate_name_format(taxon_name) ⇒ Object
7 8 9 10 |
# File 'app/models/nomenclatural_rank/icnp/higher_classification_group/phylum.rb', line 7 def self.validate_name_format(taxon_name) super return true if taxon_name.name.length < 2 end |