Class: ChatStew::AdiumMessage

Inherits:
Struct
  • Object
show all
Defined in:
lib/chat_stew/adium_message.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aliasObject

Returns the value of attribute alias

Returns:

  • (Object)

    the current value of alias



2
3
4
# File 'lib/chat_stew/adium_message.rb', line 2

def alias
  @alias
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



2
3
4
# File 'lib/chat_stew/adium_message.rb', line 2

def message
  @message
end

#receiverObject

Returns the value of attribute receiver

Returns:

  • (Object)

    the current value of receiver



2
3
4
# File 'lib/chat_stew/adium_message.rb', line 2

def receiver
  @receiver
end

#senderObject

Returns the value of attribute sender

Returns:

  • (Object)

    the current value of sender



2
3
4
# File 'lib/chat_stew/adium_message.rb', line 2

def sender
  @sender
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



2
3
4
# File 'lib/chat_stew/adium_message.rb', line 2

def time
  @time
end