Class: NomenclaturalRank::Iczn

Inherits:
NomenclaturalRank show all
Defined in:
app/models/nomenclatural_rank/iczn.rb

Defined Under Namespace

Classes: FamilyGroup, GenusGroup, HigherClassificationGroup, SpeciesGroup

Constant Summary collapse

KINGDOM =
['Animalia', 'Protozoa']

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/iczn.rb', line 5

def self.group_base(rank_string)
  rank_string.match( /(NomenclaturalRank::Iczn::.+Group::).+/)
  $1
end