Module: Rerout::ClearSentinel
- Defined in:
- lib/rerout/update_link_input.rb
Overview
Sentinel singleton used to distinguish “leave the field alone” (not passed, default ‘Rerout::OMIT`) from “set the field to null on the server” (`Rerout::CLEAR`).
Class Method Summary collapse
Class Method Details
.inspect ⇒ Object
8 9 10 |
# File 'lib/rerout/update_link_input.rb', line 8 def self.inspect 'Rerout::CLEAR' end |