Class: FinchAPI::Models::Sandbox::EmploymentUpdateResponse::Employment
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::Sandbox::EmploymentUpdateResponse::Employment
- Defined in:
- lib/finch_api/models/sandbox/employment_update_response.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: nil, type: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see 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: nil, type: nil) ⇒ Object
Some parameter documentations has been truncated, see FinchAPI::Models::Sandbox::EmploymentUpdateResponse::Employment for more details.
The employment object.
|
|
# File 'lib/finch_api/models/sandbox/employment_update_response.rb', line 218
|
Instance Attribute Details
#subtype ⇒ Symbol, ...
The secondary employment type of the individual. Options: ‘full_time`, `part_time`, `intern`, `temp`, `seasonal` and `individual_contractor`.
206 207 208 |
# File 'lib/finch_api/models/sandbox/employment_update_response.rb', line 206 optional :subtype, enum: -> { FinchAPI::Models::Sandbox::EmploymentUpdateResponse::Employment::Subtype }, nil?: true |
#type ⇒ Symbol, ...
The main employment type of the individual.
214 215 216 |
# File 'lib/finch_api/models/sandbox/employment_update_response.rb', line 214 optional :type, enum: -> { FinchAPI::Models::Sandbox::EmploymentUpdateResponse::Employment::Type }, nil?: true |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/finch_api/models/sandbox/employment_update_response.rb', line 243
|