Class: Cql::Client::KeyspaceChanged

Inherits:
Object
  • Object
show all
Defined in:
lib/cql/client/request_runner.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keyspace) ⇒ KeyspaceChanged

Returns a new instance of KeyspaceChanged.



43
44
45
# File 'lib/cql/client/request_runner.rb', line 43

def initialize(keyspace)
  @keyspace = keyspace
end

Instance Attribute Details

#keyspaceObject (readonly)

Returns the value of attribute keyspace.



41
42
43
# File 'lib/cql/client/request_runner.rb', line 41

def keyspace
  @keyspace
end