Exception: Audrey::Exception::TransactionExit
- Inherits:
-
Audrey::Exception
- Object
- StandardError
- Audrey::Exception
- Audrey::Exception::TransactionExit
- Defined in:
- lib/audrey.rb
Overview
Audrey::Exception::TransactionExit
Instance Attribute Summary collapse
-
#tr ⇒ Object
readonly
Returns the value of attribute tr.
Instance Method Summary collapse
-
#initialize(p_tr) ⇒ TransactionExit
constructor
————————————————————————— initialize.
Constructor Details
#initialize(p_tr) ⇒ TransactionExit
initialize
2263 2264 2265 |
# File 'lib/audrey.rb', line 2263 def initialize(p_tr) @tr = p_tr end |
Instance Attribute Details
#tr ⇒ Object (readonly)
Returns the value of attribute tr.
2258 2259 2260 |
# File 'lib/audrey.rb', line 2258 def tr @tr end |