class CheckMobi::Resources::Voice::Actions::SendDTMF

Private Instance Methods

after_initialize() click to toggle source
Calls superclass method
# File lib/check_mobi/resources/voice/actions/send_dtmf.rb, line 14
def after_initialize
  @async = true if @async.nil?
  super
end