# File lib/amqp/header.rb, line 27
    def initialize(channel, method, attributes)
      @channel, @method, @attributes = channel, method, attributes
    end