class Cql::Protocol::TopologyChangeEventResponse
Constants
- TYPE
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
Cql::Protocol::StatusChangeEventResponse::new
# File lib/cql/protocol/responses/topology_change_event_response.rb, line 8 def initialize(*args) super @type = TYPE end