lib/cryptum/event/parse.rb in cryptum-0.0.397 vs lib/cryptum/event/parse.rb in cryptum-0.0.398
- old
+ new
@@ -1,9 +1,10 @@
# frozen_string_literal: true
module Cryptum
- # This plugin is used to parse Coinbase Pro Web Socket Events in the HTTP Response
+ # Cryptum::Event Namespace
module Event
+ # This Module is used to parse message received by the Web Socket
module Parse
# Supported Method Parameters::
# Cryptum::Event::Parse.websocket_msg(
# )
public_class_method def self.websocket_msg(opts = {})