# File lib/god/contacts/campfire.rb, line 94
      def valid?
        valid = true
        valid &= complain("Attribute 'subdomain' must be specified", self) unless arg(:subdomain)
        valid &= complain("Attribute 'token' must be specified", self) unless arg(:token)
        valid &= complain("Attribute 'room' must be specified", self) unless arg(:room)
        valid
      end