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

Returns:

  • (Object)

    the current value of args



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

def args
  @args
end

#statementObject

Returns the value of attribute statement

Returns:

  • (Object)

    the current value of statement



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

def statement
  @statement
end