class Linearly::Validation::Failure::Unexpected

{Unexpected} is a type of {Failure} when a field exists, but its value does not match expectations.

Public Instance Methods

missing?() click to toggle source

Check if the field is missing

@return [TrueClass] @api public @example

Linearly::Validation::Failure::Unexpected.instance.missing?
=> true
# File lib/linearly/validation.rb, line 170
def missing?
  false
end