Class: FinchAPI::Models::HRIS::EmploymentDataResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::HRIS::EmploymentDataResponse
- Defined in:
- lib/finch_api/models/hris/employment_data_response.rb
Overview
Instance Attribute Summary collapse
- #body ⇒ FinchAPI::Models::HRIS::EmploymentData?
- #code ⇒ Integer?
-
#individual_id ⇒ String?
A stable Finch ‘id` (UUID v4) for an individual in the company.
Instance Method Summary collapse
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(body: nil, code: nil, individual_id: nil) ⇒ Object
|
|
# File 'lib/finch_api/models/hris/employment_data_response.rb', line 24
|
Instance Attribute Details
#body ⇒ FinchAPI::Models::HRIS::EmploymentData?
11 |
# File 'lib/finch_api/models/hris/employment_data_response.rb', line 11 optional :body, -> { FinchAPI::Models::HRIS::EmploymentData } |
#code ⇒ Integer?
16 |
# File 'lib/finch_api/models/hris/employment_data_response.rb', line 16 optional :code, Integer |
#individual_id ⇒ String?
A stable Finch ‘id` (UUID v4) for an individual in the company.
22 |
# File 'lib/finch_api/models/hris/employment_data_response.rb', line 22 optional :individual_id, String |