Sets a new CMF message from a hex string.
Parameters:
The hex-encoded CMF message.
57 58 59
# File 'lib/cmf/parser.rb', line 57 def message_hex=(message_hex) self.message = [message_hex].pack('H*') end