Sha256: 588cf0bf36013cde321c86e75b2473b376a4c507adc29d71f140a57c6b5a457b
Contents?: true
Size: 400 Bytes
Versions: 2
Compression:
Stored size: 400 Bytes
Contents
# frozen_string_literal: true module Vissen module Input module Message # The unknown message type is not a subclass of Base since it is never # meant to be used directly. It is instead expected to be created by the # MessageFactory whenever the incomming data does not match any known # matcher. class Unknown include Message end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vissen-input-0.3.0 | lib/vissen/input/message/unknown.rb |
vissen-input-0.2.2 | lib/vissen/input/message/unknown.rb |