adhearsion/punchblock

View on GitHub
lib/punchblock/component/asterisk/agi.rb

Summary

Maintainability
A
0 mins
Test Coverage
# encoding: utf-8

module Punchblock
  module Component
    module Asterisk
      module AGI
        extend ActiveSupport::Autoload

        autoload :Command
      end # AGI
    end # Asterisk
  end # Component
end # Punchblock