Class: Mindee::Product::FR::Payslip::PayslipV3PagePrediction

Inherits:
PayslipV3Document show all
Defined in:
lib/mindee/product/fr/payslip/payslip_v3_page.rb

Overview

Payslip V3 page prediction.

Instance Attribute Summary

Attributes inherited from PayslipV3Document

#bank_account_details, #employee, #employer, #employment, #paid_time_off, #pay_detail, #pay_period, #salary_details

Instance Method Summary collapse

Methods inherited from PayslipV3Document

#initialize

Constructor Details

This class inherits a constructor from Mindee::Product::FR::Payslip::PayslipV3Document

Instance Method Details

#to_sString

Returns:

  • (String)


25
26
27
28
29
# File 'lib/mindee/product/fr/payslip/payslip_v3_page.rb', line 25

def to_s
  out_str = String.new
  out_str << "\n#{super}"
  out_str
end