class Apia::ArgumentSet::MissingValue
This is a constant that represents a missing value where `nil` means the user actually wanted to send null/nil.
Public Class Methods
singleton()
click to toggle source
# File lib/apia/argument_set.rb, line 17 def self.singleton @singleton ||= new end