Class: HipTail::Event::RoomNotification
- Inherits:
-
RoomMessaging
- Object
- HipTail::Event
- RoomMessaging
- HipTail::Event::RoomNotification
- Defined in:
- lib/hiptail/event.rb
Instance Attribute Summary collapse
Attributes inherited from RoomMessaging
Attributes inherited from HipTail::Event
#authority, #oauth_client_id, #raw, #type, #webhook_id
Method Summary
Methods inherited from HipTail::Event
Constructor Details
This class inherits a constructor from HipTail::Event
Instance Attribute Details
#message ⇒ HipTail::Messsage::Notification (readonly)
83 84 85 86 |
# File 'lib/hiptail/event.rb', line 83 def ||= Message::Notification.new(@raw['item']['message']) end |