Class: Senrigan::Entities::MessageChangeEvent
- Defined in:
- lib/senrigan/entities/message_change_event.rb
Instance Attribute Summary collapse
-
#edited_message ⇒ Object
Returns the value of attribute edited_message.
-
#previous_message ⇒ Object
Returns the value of attribute previous_message.
-
#ts ⇒ Object
Returns the value of attribute ts.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Senrigan::Entities::Base
Instance Attribute Details
#edited_message ⇒ Object
Returns the value of attribute edited_message.
6 7 8 |
# File 'lib/senrigan/entities/message_change_event.rb', line 6 def @edited_message end |
#previous_message ⇒ Object
Returns the value of attribute previous_message.
6 7 8 |
# File 'lib/senrigan/entities/message_change_event.rb', line 6 def @previous_message end |
#ts ⇒ Object
Returns the value of attribute ts.
6 7 8 |
# File 'lib/senrigan/entities/message_change_event.rb', line 6 def ts @ts end |