Module: Runoff

Defined in:
lib/runoff.rb,
lib/runoff/chat.rb,
lib/runoff/version.rb,
lib/runoff/location.rb,
lib/runoff/file_writer.rb,
lib/runoff/commandline/all.rb,
lib/runoff/adapters/adapter.rb,
lib/runoff/commandline/none.rb,
lib/runoff/commandline/some.rb,
lib/runoff/commandline/command.rb,
lib/runoff/adapters/txt_adapter.rb,
lib/runoff/adapters/json_adapter.rb

Defined Under Namespace

Modules: Adapters, Commandline Classes: Chat, FileWriter, Location

Constant Summary collapse

TABLE =

Public: A String containing the name of the table, where all the chat messages are stored.

:Messages
COLUMNS =

Public: An Array with all the important column names.

[ :convo_id, :chatname, :timestamp, :from_dispname, :body_xml ]
VERSION =
'2.0.0'