Method: Vici::Message#encoding
- Defined in:
- lib/vici.rb
#encoding ⇒ Object
Get the raw byte encoding of an on-the-wire message
101 102 103 104 |
# File 'lib/vici.rb', line 101 def encoding @encoded = encode(@root) if @encoded.nil? @encoded end |