adhearsion/punchblock

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

Summary

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

module Punchblock
  module Component
    module Asterisk
      extend ActiveSupport::Autoload

      autoload :AGI
      autoload :AMI
    end
  end # Command
end # Punchblock