Class: Cassandra::Statements::Batch::BatchedStatement
- Inherits:
-
Struct
- Object
- Struct
- Cassandra::Statements::Batch::BatchedStatement
- Defined in:
- lib/cassandra_mocks/statement/batch.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#statement ⇒ Object
Returns the value of attribute statement.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
4 5 6 |
# File 'lib/cassandra_mocks/statement/batch.rb', line 4 def args @args end |
#statement ⇒ Object
Returns the value of attribute statement
4 5 6 |
# File 'lib/cassandra_mocks/statement/batch.rb', line 4 def statement @statement end |