Class: Vangrail::Tools::Transaction

Inherits:
Struct
  • Object
show all
Defined in:
lib/vangrail/tools.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commitObject

Returns the value of attribute commit

Returns:

  • (Object)

    the current value of commit



43
44
45
# File 'lib/vangrail/tools.rb', line 43

def commit
  @commit
end

#prepareObject

Returns the value of attribute prepare

Returns:

  • (Object)

    the current value of prepare



43
44
45
# File 'lib/vangrail/tools.rb', line 43

def prepare
  @prepare
end

#rollbackObject

Returns the value of attribute rollback

Returns:

  • (Object)

    the current value of rollback



43
44
45
# File 'lib/vangrail/tools.rb', line 43

def rollback
  @rollback
end