Class: RivetCms::ContentValidator::Error
- Inherits:
-
Struct
- Object
- Struct
- RivetCms::ContentValidator::Error
- Defined in:
- app/services/rivet_cms/content_validator.rb
Instance Attribute Summary collapse
-
#field_key ⇒ Object
Returns the value of attribute field_key.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#field_key ⇒ Object
Returns the value of attribute field_key
3 4 5 |
# File 'app/services/rivet_cms/content_validator.rb', line 3 def field_key @field_key end |
#message ⇒ Object
Returns the value of attribute message
3 4 5 |
# File 'app/services/rivet_cms/content_validator.rb', line 3 def @message end |