Method: LS4::Node#to_msgpack

Defined in:
lib/ls4/logic/node.rb

#to_msgpack(out = '') ⇒ Object



52
53
54
# File 'lib/ls4/logic/node.rb', line 52

def to_msgpack(out = '')
  [@nid, @address.dump, @name, @rsids, @location].to_msgpack(out)
end