Class: Nostr::EoseMessageStrategy
- Inherits:
-
BaseMessageStrategy
- Object
- BaseMessageStrategy
- Nostr::EoseMessageStrategy
- 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
50 51 52 53 54 55 |
# File 'lib/message_handler.rb', line 50 def process { type: 'EOSE', subscription_id: [1] } end |