class Mindee::Product::FR::Payslip::PayslipV2PayPeriod
def to_s
-
(String)
-
def to_s printable = printable_values out_str = String.new out_str << "\n :End Date: #{printable[:end_date]}" out_str << "\n :Month: #{printable[:month]}" out_str << "\n :Payment Date: #{printable[:payment_date]}" out_str << "\n :Start Date: #{printable[:start_date]}" out_str << "\n :Year: #{printable[:year]}" out_str end