Class: Interactor::Validation::Errors::Error
- Defined in:
- lib/interactor/validation/errors.rb
Instance Attribute Summary collapse
-
#attribute ⇒ Object
Returns the value of attribute attribute.
-
#message ⇒ Object
Returns the value of attribute message.
-
#options ⇒ Object
Returns the value of attribute options.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#attribute ⇒ Object
Returns the value of attribute attribute
9 10 11 |
# File 'lib/interactor/validation/errors.rb', line 9 def attribute @attribute end |
#message ⇒ Object
Returns the value of attribute message
9 10 11 |
# File 'lib/interactor/validation/errors.rb', line 9 def end |
#options ⇒ Object
Returns the value of attribute options
9 10 11 |
# File 'lib/interactor/validation/errors.rb', line 9 def end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/interactor/validation/errors.rb', line 9 def type @type end |