Class: NomenclaturalRank::Iczn::SpeciesGroup::Subsuperspecies
- Inherits:
- 
      NomenclaturalRank::Iczn::SpeciesGroup
      
        - Object
- NomenclaturalRank
- NomenclaturalRank::Iczn
- NomenclaturalRank::Iczn::SpeciesGroup
- NomenclaturalRank::Iczn::SpeciesGroup::Subsuperspecies
 
- Defined in:
- app/models/nomenclatural_rank/iczn/species_group/subsuperspecies.rb
Constant Summary
Constants inherited from NomenclaturalRank::Iczn
Class Method Summary collapse
Methods inherited from NomenclaturalRank::Iczn::SpeciesGroup
Methods inherited from NomenclaturalRank::Iczn
Methods inherited from NomenclaturalRank
bottom_rank, collect_descendants_to_s, collect_to_s, nomenclatural_code, nomenclatural_code_class, order_ranks, ordered_ranks, parent, rank_expansion_sql, rank_name, top_rank, valid_name_ending
Class Method Details
.abbreviation ⇒ Object
| 15 16 17 | # File 'app/models/nomenclatural_rank/iczn/species_group/subsuperspecies.rb', line 15 def self.abbreviation 'subsupersp.' end | 
.parent_rank ⇒ Object
| 3 4 5 | # File 'app/models/nomenclatural_rank/iczn/species_group/subsuperspecies.rb', line 3 def self.parent_rank NomenclaturalRank::Iczn::SpeciesGroup::Superspecies end | 
.typical_use ⇒ Object
| 7 8 9 | # File 'app/models/nomenclatural_rank/iczn/species_group/subsuperspecies.rb', line 7 def self.typical_use false end | 
.valid_parents ⇒ Object
| 11 12 13 | # File 'app/models/nomenclatural_rank/iczn/species_group/subsuperspecies.rb', line 11 def self.valid_parents [NomenclaturalRank::Iczn::SpeciesGroup::Superspecies.to_s] end |