Method: RubySpeech::SSML::Sub#alias
- Defined in:
- lib/ruby_speech/ssml/sub.rb
#alias ⇒ String
Indicates the string to be spoken instead of the enclosed string
23 24 25 |
# File 'lib/ruby_speech/ssml/sub.rb', line 23 def alias read_attr :alias end |