Class: Cielo24::BaseEnum
- Inherits:
- BasicObject
- Defined in:
- lib/cielo24/enums.rb
Direct Known Subclasses
CaptionFormat, Case, CustomerApprovalStep, CustomerApprovalTool, ErrorType, Fidelity, IWP, JobDifficulty, JobStatus, Language, LineEnding, Priority, SoundTag, SpeakerGender, SpeakerId, TokenType
Class Method Summary collapse
Class Method Details
.all ⇒ Object
3 4 5 6 7 8 9 |
# File 'lib/cielo24/enums.rb', line 3 def self.all all_enums = [] self.constants(false).each{ |const_name| all_enums.push(self.const_get(const_name)) } return all_enums end |