Class: NomenclaturalRank::Icnp::SpeciesGroup::Subspecies
- Inherits:
-
NomenclaturalRank::Icnp::SpeciesGroup
show all
- Defined in:
- app/models/nomenclatural_rank/icnp/species_group/subspecies.rb
Class Method Summary
(collapse)
validate_name_format
group_base
bottom_rank, collect_descendants_to_s, collect_to_s, nomenclatural_code, nomenclatural_code_class, ordered_ranks, rank_name, top_rank, typical_use, #valid_name_ending
Class Method Details
+ (Object) abbreviation
11
12
13
|
# File 'app/models/nomenclatural_rank/icnp/species_group/subspecies.rb', line 11
def self.abbreviation
'subsp.'
end
|
+ (Object) parent_rank
3
4
5
|
# File 'app/models/nomenclatural_rank/icnp/species_group/subspecies.rb', line 3
def self.parent_rank
NomenclaturalRank::Icnp::SpeciesGroup::Species
end
|
+ (Object) valid_parents
7
8
9
|
# File 'app/models/nomenclatural_rank/icnp/species_group/subspecies.rb', line 7
def self.valid_parents
[NomenclaturalRank::Icnp::SpeciesGroup::Species.to_s]
end
|