Class: Apia::ArgumentSet::MissingValue

Inherits:
Object
  • Object
show all
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

.singletonObject



17
18
19
# File 'lib/apia/argument_set.rb', line 17

def self.singleton
  @singleton ||= new
end