Method: RubySpeech::SSML::Sub#alias

Defined in:
lib/ruby_speech/ssml/sub.rb

#aliasString

Indicates the string to be spoken instead of the enclosed string

Returns:

  • (String)


23
24
25
# File 'lib/ruby_speech/ssml/sub.rb', line 23

def alias
  read_attr :alias
end