Exception: GroongaClientModel::RecordNotSaved
- Defined in:
- lib/groonga_client_model/error.rb
Instance Attribute Summary collapse
-
#record ⇒ Object
readonly
Returns the value of attribute record.
Instance Method Summary collapse
-
#initialize(message, record) ⇒ RecordNotSaved
constructor
A new instance of RecordNotSaved.
Constructor Details
#initialize(message, record) ⇒ RecordNotSaved
Returns a new instance of RecordNotSaved.
27 28 29 30 |
# File 'lib/groonga_client_model/error.rb', line 27 def initialize(, record) @record = record super() end |
Instance Attribute Details
#record ⇒ Object (readonly)
Returns the value of attribute record.
25 26 27 |
# File 'lib/groonga_client_model/error.rb', line 25 def record @record end |