Class: Apia::ArgumentSet::MissingValue
- Inherits:
-
Object
- Object
- Apia::ArgumentSet::MissingValue
- Defined in:
- lib/apia/argument_set.rb
Overview
This is a constant that represents a missing value where ‘nil` means the user actually wanted to send null/nil.
Class Method Summary collapse
Class Method Details
.singleton ⇒ Object
17 18 19 |
# File 'lib/apia/argument_set.rb', line 17 def self.singleton @singleton ||= new end |