adhearsion/punchblock

View on GitHub
lib/punchblock/event/answered.rb

Summary

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

module Punchblock
  class Event
    class Answered < Event
      register :answered, :core

      include HasHeaders
    end
  end
end