Class: Droonga::Catalog::ValidationError::Detail
- Inherits:
-
Object
- Object
- Droonga::Catalog::ValidationError::Detail
- Defined in:
- lib/droonga/catalog/errors.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#value_path ⇒ Object
readonly
Returns the value of attribute value_path.
Instance Method Summary collapse
-
#initialize(value_path, message) ⇒ Detail
constructor
A new instance of Detail.
Constructor Details
#initialize(value_path, message) ⇒ Detail
Returns a new instance of Detail.
23 24 25 26 |
# File 'lib/droonga/catalog/errors.rb', line 23 def initialize(value_path, ) @value_path = value_path @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
22 23 24 |
# File 'lib/droonga/catalog/errors.rb', line 22 def @message end |
#value_path ⇒ Object (readonly)
Returns the value of attribute value_path.
22 23 24 |
# File 'lib/droonga/catalog/errors.rb', line 22 def value_path @value_path end |