Class: Nostr::NoticeMessageStrategy
- Inherits:
-
BaseMessageStrategy
- Object
- BaseMessageStrategy
- Nostr::NoticeMessageStrategy
- Defined in:
- lib/message_handler.rb
Instance Method Summary collapse
Methods inherited from BaseMessageStrategy
Constructor Details
This class inherits a constructor from Nostr::BaseMessageStrategy
Instance Method Details
#process ⇒ Object
69 70 71 72 73 74 |
# File 'lib/message_handler.rb', line 69 def process { type: 'NOTICE', message: @message[1] } end |