Class: Vangrail::Tools::Transaction
- Inherits:
-
Struct
- Object
- Struct
- Vangrail::Tools::Transaction
- Defined in:
- lib/vangrail/tools.rb
Instance Attribute Summary collapse
-
#commit ⇒ Object
Returns the value of attribute commit.
-
#prepare ⇒ Object
Returns the value of attribute prepare.
-
#rollback ⇒ Object
Returns the value of attribute rollback.
Instance Attribute Details
#commit ⇒ Object
Returns the value of attribute commit
43 44 45 |
# File 'lib/vangrail/tools.rb', line 43 def commit @commit end |
#prepare ⇒ Object
Returns the value of attribute prepare
43 44 45 |
# File 'lib/vangrail/tools.rb', line 43 def prepare @prepare end |
#rollback ⇒ Object
Returns the value of attribute rollback
43 44 45 |
# File 'lib/vangrail/tools.rb', line 43 def rollback @rollback end |