Class: HipTail::Event::RoomMessaging
- Inherits:
-
HipTail::Event
- Object
- HipTail::Event
- HipTail::Event::RoomMessaging
- Defined in:
- lib/hiptail/event.rb
Direct Known Subclasses
Instance Attribute Summary collapse
- #message ⇒ HipTail::Messsage readonly abstract
- #room ⇒ HipTail::Room readonly
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 (readonly)
This method is abstract.
59 60 61 |
# File 'lib/hiptail/event.rb', line 59 def raise end |
#room ⇒ HipTail::Room (readonly)
65 66 67 68 |
# File 'lib/hiptail/event.rb', line 65 def room @room ||= Room.new(@raw['item']['room']) @room end |