Class: Cql::Client::KeyspaceChanged
- Inherits:
-
Object
- Object
- Cql::Client::KeyspaceChanged
- Defined in:
- lib/cql/client/request_runner.rb
Instance Attribute Summary collapse
-
#keyspace ⇒ Object
readonly
Returns the value of attribute keyspace.
Instance Method Summary collapse
-
#initialize(keyspace) ⇒ KeyspaceChanged
constructor
A new instance of KeyspaceChanged.
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
#keyspace ⇒ Object (readonly)
Returns the value of attribute keyspace.
41 42 43 |
# File 'lib/cql/client/request_runner.rb', line 41 def keyspace @keyspace end |