Sha256: 64dadf1b847bc0dfa642df8d1cd5bfbca7ff4a70730a3430baf37724bc9fa61a
Contents?: true
Size: 221 Bytes
Versions: 8
Compression:
Stored size: 221 Bytes
Contents
module Cadet module BatchInserter class Transaction < Cadet::Transaction def initialize(session) @session = session end def success end def close end end end end
Version data entries
8 entries across 8 versions & 1 rubygems