Class: Message
- Inherits:
-
Struct
- Object
- Struct
- Message
- Defined in:
- lib/nosy/parser.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#imessage ⇒ Object
Returns the value of attribute imessage.
-
#message ⇒ Object
Returns the value of attribute message.
-
#receiver ⇒ Object
Returns the value of attribute receiver.
-
#sender ⇒ Object
Returns the value of attribute sender.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date
7 8 9 |
# File 'lib/nosy/parser.rb', line 7 def date @date end |
#imessage ⇒ Object
Returns the value of attribute imessage
7 8 9 |
# File 'lib/nosy/parser.rb', line 7 def @imessage end |
#message ⇒ Object
Returns the value of attribute message
7 8 9 |
# File 'lib/nosy/parser.rb', line 7 def @message end |
#receiver ⇒ Object
Returns the value of attribute receiver
7 8 9 |
# File 'lib/nosy/parser.rb', line 7 def receiver @receiver end |
#sender ⇒ Object
Returns the value of attribute sender
7 8 9 |
# File 'lib/nosy/parser.rb', line 7 def sender @sender end |