Class: Cassandra::Statements::Batch::BatchedStatement

Inherits:
Struct
  • Object
show all
Defined in:
lib/cassandra_mocks/statement/batch.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args



4
5
6
# File 'lib/cassandra_mocks/statement/batch.rb', line 4

def args
  @args
end

#statementObject

Returns the value of attribute statement



4
5
6
# File 'lib/cassandra_mocks/statement/batch.rb', line 4

def statement
  @statement
end