Class: RivetCms::ContentValidator::Error

Inherits:
Struct
  • Object
show all
Defined in:
app/services/rivet_cms/content_validator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#field_keyObject

Returns the value of attribute field_key

Returns:

  • (Object)

    the current value of field_key



3
4
5
# File 'app/services/rivet_cms/content_validator.rb', line 3

def field_key
  @field_key
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



3
4
5
# File 'app/services/rivet_cms/content_validator.rb', line 3

def message
  @message
end