Class: OpenApiSDK::Shared::UnifiedAtsApplicationOutput
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Shared::UnifiedAtsApplicationOutput
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/shared/unifiedatsapplicationoutput.rb
Instance Method Summary collapse
-
#initialize(applied_at: nil, candidate_id: nil, created_at: nil, credited_to: nil, current_stage: nil, field_mappings: nil, id: nil, job_id: nil, modified_at: nil, offers: nil, reject_reason: nil, rejected_at: nil, remote_created_at: nil, remote_data: nil, remote_id: nil, remote_modified_at: nil, source: nil) ⇒ UnifiedAtsApplicationOutput
constructor
A new instance of UnifiedAtsApplicationOutput.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(applied_at: nil, candidate_id: nil, created_at: nil, credited_to: nil, current_stage: nil, field_mappings: nil, id: nil, job_id: nil, modified_at: nil, offers: nil, reject_reason: nil, rejected_at: nil, remote_created_at: nil, remote_data: nil, remote_id: nil, remote_modified_at: nil, source: nil) ⇒ UnifiedAtsApplicationOutput
Returns a new instance of UnifiedAtsApplicationOutput.
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
# File 'lib/open_api_sdk/models/shared/unifiedatsapplicationoutput.rb', line 51 def initialize(applied_at: nil, candidate_id: nil, created_at: nil, credited_to: nil, current_stage: nil, field_mappings: nil, id: nil, job_id: nil, modified_at: nil, offers: nil, reject_reason: nil, rejected_at: nil, remote_created_at: nil, remote_data: nil, remote_id: nil, remote_modified_at: nil, source: nil) @applied_at = applied_at @candidate_id = candidate_id @created_at = created_at @credited_to = credited_to @current_stage = current_stage @field_mappings = field_mappings @id = id @job_id = job_id @modified_at = modified_at @offers = offers @reject_reason = reject_reason @rejected_at = rejected_at @remote_created_at = remote_created_at @remote_data = remote_data @remote_id = remote_id @remote_modified_at = remote_modified_at @source = source end |