class Scim::Kit::V2::Returned

Represents the valid Returned values

Constants

ALWAYS
DEFAULT
NEVER
REQUEST
VALID

Public Class Methods

find(value) click to toggle source
# File lib/scim/kit/v2/returned.rb, line 19
def self.find(value)
  VALID[value.to_sym] || (raise ArgumentError, :returned)
end