Class: FinchAPI::Models::HRIS::EmploymentData::UnionMember0::Employment
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::HRIS::EmploymentData::UnionMember0::Employment
- Defined in:
- lib/finch_api/models/hris/employment_data.rb
Overview
Defined Under Namespace
Instance Attribute Summary collapse
-
#subtype ⇒ Symbol, ...
The secondary employment type of the individual.
-
#type ⇒ Symbol, ...
The main employment type of the individual.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(subtype: , type: ) ⇒ Object
constructor
Some parameter documentations has been truncated, see HRIS::EmploymentData::UnionMember0::Employment for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, dump, fields, hash, #hash, inspect, #inspect, known_fields, optional, required, #to_h, #to_json, #to_s, #to_yaml, walk
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, type_info
Constructor Details
#initialize(subtype: , type: ) ⇒ Object
Some parameter documentations has been truncated, see HRIS::EmploymentData::UnionMember0::Employment for more details.
The employment object.
|
|
# File 'lib/finch_api/models/hris/employment_data.rb', line 264
|
Instance Attribute Details
#subtype ⇒ Symbol, ...
The secondary employment type of the individual. Options: ‘full_time`, `part_time`, `intern`, `temp`, `seasonal` and `individual_contractor`.
250 251 252 |
# File 'lib/finch_api/models/hris/employment_data.rb', line 250 required :subtype, enum: -> { FinchAPI::HRIS::EmploymentData::UnionMember0::Employment::Subtype }, nil?: true |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/finch_api/models/hris/employment_data.rb', line 288
|