Exception: Kvom::WriteConflict
- Defined in:
- lib/kvom/write_conflict.rb
Instance Attribute Summary collapse
-
#cause ⇒ Object
Returns the value of attribute cause.
Class Method Summary collapse
Instance Attribute Details
#cause ⇒ Object
Returns the value of attribute cause.
5 6 7 |
# File 'lib/kvom/write_conflict.rb', line 5 def cause @cause end |
Class Method Details
.wrap(cause) ⇒ Object
7 8 9 10 11 |
# File 'lib/kvom/write_conflict.rb', line 7 def self.wrap(cause) new.tap do new.cause = cause end end |