Module: TorqueBox::Messaging::DataMapper Private

Defined in:
lib/torquebox/messaging/datamapper_marshaling.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.included(base) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



27
28
29
# File 'lib/torquebox/messaging/datamapper_marshaling.rb', line 27

def self.included(base)
  base.extend(ClassMethods)
end

Instance Method Details

#_dump(level) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



31
32
33
# File 'lib/torquebox/messaging/datamapper_marshaling.rb', line 31

def _dump( level )
  [id, self.class].join(':')
end