Class: Cielo24::Tag
- Inherits:
- BasicObject
- Defined in:
- lib/cielo24/enums.rb
Class Method Summary collapse
- .APPLAUSE ⇒ Object
- .BLANK_AUDIO ⇒ Object
- .BLEEP ⇒ Object
- .COUGH ⇒ Object
- .CROSSTALK ⇒ Object
- .ENDS_SENTENCE ⇒ Object
- .FOREIGN ⇒ Object
- .GUESSED ⇒ Object
- .INAUDIBLE ⇒ Object
- .LAUGH ⇒ Object
- .MUSIC ⇒ Object
- .NOISE ⇒ Object
- .UNKNOWN ⇒ Object
Class Method Details
.APPLAUSE ⇒ Object
90 |
# File 'lib/cielo24/enums.rb', line 90 def self.APPLAUSE; "APPLAUSE"; end |
.BLANK_AUDIO ⇒ Object
89 |
# File 'lib/cielo24/enums.rb', line 89 def self.BLANK_AUDIO; "BLANK_AUDIO"; end |
.BLEEP ⇒ Object
91 |
# File 'lib/cielo24/enums.rb', line 91 def self.BLEEP; "BLEEP"; end |
.COUGH ⇒ Object
86 |
# File 'lib/cielo24/enums.rb', line 86 def self.COUGH; "COUGH"; end |
.CROSSTALK ⇒ Object
82 |
# File 'lib/cielo24/enums.rb', line 82 def self.CROSSTALK; "CROSSTALK"; end |
.ENDS_SENTENCE ⇒ Object
79 |
# File 'lib/cielo24/enums.rb', line 79 def self.ENDS_SENTENCE; "ENDS_SENTENCE"; end |
.FOREIGN ⇒ Object
87 |
# File 'lib/cielo24/enums.rb', line 87 def self.FOREIGN; "FOREIGN"; end |
.GUESSED ⇒ Object
88 |
# File 'lib/cielo24/enums.rb', line 88 def self.GUESSED; "GUESSED"; end |
.INAUDIBLE ⇒ Object
81 |
# File 'lib/cielo24/enums.rb', line 81 def self.INAUDIBLE; "INAUDIBLE"; end |
.LAUGH ⇒ Object
85 |
# File 'lib/cielo24/enums.rb', line 85 def self.LAUGH; "LAUGH"; end |
.MUSIC ⇒ Object
83 |
# File 'lib/cielo24/enums.rb', line 83 def self.MUSIC; "MUSIC"; end |
.NOISE ⇒ Object
84 |
# File 'lib/cielo24/enums.rb', line 84 def self.NOISE; "NOISE"; end |
.UNKNOWN ⇒ Object
80 |
# File 'lib/cielo24/enums.rb', line 80 def self.UNKNOWN; "UNKNOWN"; end |