class Mindee::Product::FR::Payslip::PayslipV3Employment
def initialize(prediction, page_id)
-
page_id
(Integer, nil
) -- -
prediction
(Hash
) --
def initialize(prediction, page_id) super @category = prediction['category'] @coefficient = prediction['coefficient'] @collective_agreement = prediction['collective_agreement'] @job_title = prediction['job_title'] @position_level = prediction['position_level'] @seniority_date = prediction['seniority_date'] @start_date = prediction['start_date'] @page_id = page_id end