Class: NomenclaturalRank::Iczn::GenusGroup::Subgenus
- Inherits:
-
NomenclaturalRank::Iczn::GenusGroup
- Object
- NomenclaturalRank
- NomenclaturalRank::Iczn
- NomenclaturalRank::Iczn::GenusGroup
- NomenclaturalRank::Iczn::GenusGroup::Subgenus
- Defined in:
- app/models/nomenclatural_rank/iczn/genus_group/subgenus.rb
Class Method Summary collapse
Methods inherited from NomenclaturalRank::Iczn::GenusGroup
Methods inherited from NomenclaturalRank::Iczn
Methods inherited from NomenclaturalRank
bottom_rank, nomenclatural_code, nomenclatural_code_class, rank_name, top_rank, typical_use
Class Method Details
.abbreviation ⇒ Object
11 12 13 |
# File 'app/models/nomenclatural_rank/iczn/genus_group/subgenus.rb', line 11 def self.abbreviation 'sgen.' end |
.parent_rank ⇒ Object
3 4 5 |
# File 'app/models/nomenclatural_rank/iczn/genus_group/subgenus.rb', line 3 def self.parent_rank NomenclaturalRank::Iczn::GenusGroup::Genus end |
.valid_parents ⇒ Object
7 8 9 |
# File 'app/models/nomenclatural_rank/iczn/genus_group/subgenus.rb', line 7 def self.valid_parents [NomenclaturalRank::Iczn::GenusGroup::Genus.to_s] end |