Module: DestinationErrors::ClassMethods
- Defined in:
- lib/destination_errors.rb
Instance Method Summary collapse
-
#has_error_surfaces(value) ⇒ Object
Implementation hook.
Instance Method Details
#has_error_surfaces(value) ⇒ Object
Implementation hook
77 78 79 |
# File 'lib/destination_errors.rb', line 77 def has_error_surfaces(value) self.error_surfaces = value end |