Method: Arrow::Transaction#config
- Defined in:
- lib/arrow/transaction.rb
#config ⇒ Object (readonly)
The Arrow::Config object for the Arrow application that created this transaction.
121 122 123 |
# File 'lib/arrow/transaction.rb', line 121 def config @config end |