Class: Duraflame::TopicChangeMessage

Inherits:
Message
  • Object
show all
Defined in:
lib/duraflame/message.rb

Instance Method Summary collapse

Methods inherited from Message

#initialize

Constructor Details

This class inherits a constructor from Duraflame::Message

Instance Method Details

#to_sObject



42
43
44
# File 'lib/duraflame/message.rb', line 42

def to_s
  [time, '-!-' , name, 'changed the topic of #campfire to:', body].join(' ')
end