Class: Message

Inherits:
Struct
  • Object
show all
Defined in:
lib/nosy/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



7
8
9
# File 'lib/nosy/parser.rb', line 7

def date
  @date
end

#imessageObject

Returns the value of attribute imessage

Returns:

  • (Object)

    the current value of imessage



7
8
9
# File 'lib/nosy/parser.rb', line 7

def imessage
  @imessage
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



7
8
9
# File 'lib/nosy/parser.rb', line 7

def message
  @message
end

#receiverObject

Returns the value of attribute receiver

Returns:

  • (Object)

    the current value of receiver



7
8
9
# File 'lib/nosy/parser.rb', line 7

def receiver
  @receiver
end

#senderObject

Returns the value of attribute sender

Returns:

  • (Object)

    the current value of sender



7
8
9
# File 'lib/nosy/parser.rb', line 7

def sender
  @sender
end