adhearsion/punchblock

View on GitHub
lib/punchblock/command/answer.rb

Summary

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

module Punchblock
  module Command
    class Answer < CommandNode
      register :answer, :core

      include HasHeaders
    end
  end
end