Class: ChatStew::AdiumMessage
- Inherits:
-
Struct
- Object
- Struct
- ChatStew::AdiumMessage
- Defined in:
- lib/chat_stew/adium_message.rb
Instance Attribute Summary collapse
-
#alias ⇒ Object
Returns the value of attribute alias.
-
#message ⇒ Object
Returns the value of attribute message.
-
#receiver ⇒ Object
Returns the value of attribute receiver.
-
#sender ⇒ Object
Returns the value of attribute sender.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#alias ⇒ Object
Returns the value of attribute alias
2 3 4 |
# File 'lib/chat_stew/adium_message.rb', line 2 def alias @alias end |
#message ⇒ Object
Returns the value of attribute message
2 3 4 |
# File 'lib/chat_stew/adium_message.rb', line 2 def end |
#receiver ⇒ Object
Returns the value of attribute receiver
2 3 4 |
# File 'lib/chat_stew/adium_message.rb', line 2 def receiver @receiver end |
#sender ⇒ Object
Returns the value of attribute sender
2 3 4 |
# File 'lib/chat_stew/adium_message.rb', line 2 def sender @sender end |
#time ⇒ Object
Returns the value of attribute time
2 3 4 |
# File 'lib/chat_stew/adium_message.rb', line 2 def time @time end |