Class: Pipio::AutoReplyMessage

Inherits:
XMLMessage show all
Defined in:
lib/pipio/messages/auto_reply_message.rb

Instance Attribute Summary

Attributes inherited from XMLMessage

#body

Attributes inherited from Message

#sender_alias, #sender_screen_name, #time

Instance Method Summary collapse

Methods inherited from XMLMessage

#initialize

Methods inherited from Message

#initialize

Constructor Details

This class inherits a constructor from Pipio::XMLMessage

Instance Method Details

#to_sObject



3
4
5
# File 'lib/pipio/messages/auto_reply_message.rb', line 3

def to_s
  %(<message sender="#{sender_screen_name}" time="#{adium_formatted_time}" auto="true" alias="#{@sender_alias}">#{@styled_body}</message>)
end