Method: Mongo::Session#starting_transaction?
- Defined in:
- lib/mongo/session.rb
#starting_transaction? ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
800 801 802 |
# File 'lib/mongo/session.rb', line 800 def starting_transaction? within_states?(STARTING_TRANSACTION_STATE) end |