Module: FinchAPI::Models::HRIS::EmploymentData::UnionMember0::CustomField::Value
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/finch_api/models/hris/employment_data.rb
Overview
Constant Summary collapse
Class Method Summary collapse
Methods included from Internal::Type::Union
==, ===, coerce, dump, hash, inspect, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, type_info
Class Method Details
.variants ⇒ Array(String, Array<Object>, Object, Float, Boolean)
225 226 227 |
# File 'lib/finch_api/models/hris/employment_data.rb', line 225 define_sorbet_constant!(:Variants) do T.type_alias { T.nilable(T.any(String, T::Array[T.anything], T.anything, Float, T::Boolean)) } end |