Class: NomenclaturalRank::Iczn::HigherClassificationGroup::Nanorder

Inherits:
NomenclaturalRank::Iczn::HigherClassificationGroup show all
Defined in:
app/models/nomenclatural_rank/iczn/higher_classification_group/nanorder.rb

Constant Summary

Constants inherited from NomenclaturalRank::Iczn

KINGDOM

Class Method Summary collapse

Methods inherited from NomenclaturalRank::Iczn::HigherClassificationGroup

valid_parents

Methods inherited from NomenclaturalRank::Iczn

group_base

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, valid_name_ending, valid_parents

Class Method Details

.parent_rankObject



3
4
5
# File 'app/models/nomenclatural_rank/iczn/higher_classification_group/nanorder.rb', line 3

def self.parent_rank
  NomenclaturalRank::Iczn::HigherClassificationGroup::Parvorder
end

.typical_useObject



12
13
14
# File 'app/models/nomenclatural_rank/iczn/higher_classification_group/nanorder.rb', line 12

def self.typical_use
  false
end

.validate_name_format(taxon_name) ⇒ Object



7
8
9
10
# File 'app/models/nomenclatural_rank/iczn/higher_classification_group/nanorder.rb', line 7

def self.validate_name_format(taxon_name)
  super
  return true if taxon_name.name.length < 2
end