Class: InformantRails::FieldError
- Inherits:
-
Struct
- Object
- Struct
- InformantRails::FieldError
- Defined in:
- lib/informant-rails/field_error.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
2 3 4 |
# File 'lib/informant-rails/field_error.rb', line 2 def end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/informant-rails/field_error.rb', line 2 def name @name end |
#value ⇒ Object
Returns the value of attribute value
2 3 4 |
# File 'lib/informant-rails/field_error.rb', line 2 def value @value end |