Exception: JSONAPI::Exceptions::RecordLocked
- Defined in:
- lib/jsonapi/exceptions.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
Attributes inherited from Error
Instance Method Summary collapse
- #errors ⇒ Object
-
#initialize(message, error_object_overrides = {}) ⇒ RecordLocked
constructor
A new instance of RecordLocked.
Methods inherited from Error
Constructor Details
#initialize(message, error_object_overrides = {}) ⇒ RecordLocked
Returns a new instance of RecordLocked.
439 440 441 442 |
# File 'lib/jsonapi/exceptions.rb', line 439 def initialize(, error_object_overrides = {}) @message = super(error_object_overrides) end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
437 438 439 |
# File 'lib/jsonapi/exceptions.rb', line 437 def @message end |