adhearsion/punchblock

View on GitHub
lib/punchblock/event/asterisk/ami.rb

Summary

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

module Punchblock
  class Event
    module Asterisk
      module AMI
        extend ActiveSupport::Autoload

        autoload :Event
      end
    end
  end # Command
end # Punchblock