Class: Blastr::TTS::Say
- Inherits:
-
TTSImplementation
- Object
- TTSImplementation
- Blastr::TTS::Say
- Defined in:
- lib/tts/tts.rb
Instance Attribute Summary
Attributes inherited from TTSImplementation
Instance Method Summary collapse
-
#initialize ⇒ Say
constructor
A new instance of Say.
Methods inherited from TTSImplementation
Constructor Details
#initialize ⇒ Say
Returns a new instance of Say.
34 |
# File 'lib/tts/tts.rb', line 34 def initialize; super("say"); end |