class DCell::Message

Attributes

id[R]

Public Class Methods

new() click to toggle source
# File lib/dcell/messages.rb, line 5
def initialize
  # Memoize the original object ID so it will get marshalled
  # Perhaps this should use a real UUID scheme
  @id = object_id
end