Class: CleanErrors::ValidationError
- Inherits:
-
Struct
- Object
- Struct
- CleanErrors::ValidationError
- Defined in:
- lib/clean_errors/validation_error.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
2 3 4 |
# File 'lib/clean_errors/validation_error.rb', line 2 def @message end |
#type ⇒ Object
Returns the value of attribute type
2 3 4 |
# File 'lib/clean_errors/validation_error.rb', line 2 def type @type end |