Module: TChatter

Defined in:
lib/t_chatter.rb,
lib/t_chatter/chat.rb,
lib/t_chatter/entry.rb,
lib/t_chatter/version.rb,
lib/t_chatter/config_setup.rb

Defined Under Namespace

Classes: Chat, ConfigSetup, Entry

Constant Summary collapse

DEFAULT_URL =
"http://tchatter.herokuapp.com"
UNIQUE_ID =
SecureRandom.uuid.gsub('-', '')
VERSION =
"0.1.5"