Class: CheckMobi::Resources::Voice::Actions::Speak

Inherits:
Events
  • Object
show all
Defined in:
lib/check_mobi/resources/voice/actions/speak.rb

Instance Method Summary collapse

Methods inherited from Events

#to_hash

Methods included from ClassWithAttributes

included

Instance Method Details

#after_initializeObject



12
13
14
15
16
17
# File 'lib/check_mobi/resources/voice/actions/speak.rb', line 12

def after_initialize
  @loop ||= 1
  @voice ||= 'WOMAN'
  @language ||= 'en-US'
  super
end