Method: Arrow::Transaction#serial
- Defined in:
- lib/arrow/transaction.rb
#serial ⇒ Object (readonly)
The transaction’s unique id in the context of the system.
134 135 136 |
# File 'lib/arrow/transaction.rb', line 134 def serial @serial end |