Class: Mess::Msg
- Inherits:
-
Object
- Object
- Mess::Msg
- Defined in:
- lib/mess/msg.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#from ⇒ Object
Returns the value of attribute from.
-
#time ⇒ Object
Returns the value of attribute time.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
7 8 9 |
# File 'lib/mess/msg.rb', line 7 def body @body end |
#from ⇒ Object
Returns the value of attribute from.
7 8 9 |
# File 'lib/mess/msg.rb', line 7 def from @from end |
#time ⇒ Object
Returns the value of attribute time.
7 8 9 |
# File 'lib/mess/msg.rb', line 7 def time @time end |
#type ⇒ Object
Returns the value of attribute type.
7 8 9 |
# File 'lib/mess/msg.rb', line 7 def type @type end |