Class: EWorld::QueueWriter

Inherits:
BaseWriter show all
Defined in:
lib/writers/queue_writer.rb

Constant Summary

Constants inherited from BaseWriter

BaseWriter::CLASS, BaseWriter::CLASS_LOWER, BaseWriter::IMPORTS, BaseWriter::PACKAGE

Class Method Summary collapse

Methods inherited from BaseWriter

get_java_path_for

Class Method Details

.writeObject

Responsible for writing all the Message Queue related stuff.

Returns:

  • void



6
7
8
9
10
# File 'lib/writers/queue_writer.rb', line 6

def self.write

    # TODO NOW - FINISH THIS!

end