class CheckMobi::Resources::Voice::Actions::Wait

Private Instance Methods

after_initialize() click to toggle source
Calls superclass method
# File lib/check_mobi/resources/voice/actions/wait.rb, line 14
def after_initialize
  @length ||= 1
  super
end