Class: Nostr::EventMessageStrategy

Inherits:
BaseMessageStrategy show all
Defined in:
lib/message_handler.rb

Instance Method Summary collapse

Methods inherited from BaseMessageStrategy

#initialize

Constructor Details

This class inherits a constructor from Nostr::BaseMessageStrategy

Instance Method Details

#processObject



33
34
35
# File 'lib/message_handler.rb', line 33

def process
  Event.from_message(@message)
end