Class: FinchAPI::Models::Sandbox::EmploymentUpdateParams::Employment
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::Sandbox::EmploymentUpdateParams::Employment
- Defined in:
- lib/finch_api/models/sandbox/employment_update_params.rb
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 Sandbox::EmploymentUpdateParams::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 Sandbox::EmploymentUpdateParams::Employment for more details.
The employment object.
|
|
# File 'lib/finch_api/models/sandbox/employment_update_params.rb', line 215
|
Instance Attribute Details
#subtype ⇒ Symbol, ...
The secondary employment type of the individual. Options: ‘full_time`, `part_time`, `intern`, `temp`, `seasonal` and `individual_contractor`.
203 204 205 206 207 |
# File 'lib/finch_api/models/sandbox/employment_update_params.rb', line 203 optional :subtype, enum: -> { FinchAPI::Sandbox::EmploymentUpdateParams::Employment::Subtype }, nil?: true |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/finch_api/models/sandbox/employment_update_params.rb', line 239
|