Class: NomenclaturalRank::Iczn::SpeciesGroup::Species

Inherits:
NomenclaturalRank::Iczn::SpeciesGroup show all
Defined in:
app/models/nomenclatural_rank/iczn/species_group/species.rb

Constant Summary

Constants inherited from NomenclaturalRank::Iczn

KINGDOM

Class Method Summary collapse

Methods inherited from NomenclaturalRank::Iczn::SpeciesGroup

valid_parents, validate_name_format

Methods inherited from NomenclaturalRank::Iczn

group_base

Methods inherited from NomenclaturalRank

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

.abbreviationObject



7
8
9
# File 'app/models/nomenclatural_rank/iczn/species_group/species.rb', line 7

def self.abbreviation
  'sp.'
end

.parent_rankObject



3
4
5
# File 'app/models/nomenclatural_rank/iczn/species_group/species.rb', line 3

def self.parent_rank
  NomenclaturalRank::Iczn::SpeciesGroup::Subsuperspecies
end