Class: Formulas::StudentLoanRepayment::RepaymentBase

Inherits:
Object
  • Object
show all
Defined in:
lib/formulas/student_loan_repayment/repayment_base.rb

Instance Method Summary collapse

Constructor Details

#initialize(salary:, repayment_threshold:) ⇒ RepaymentBase



4
5
6
7
# File 'lib/formulas/student_loan_repayment/repayment_base.rb', line 4

def initialize(salary:, repayment_threshold:)
  @salary = salary
  @repayment_threshold = repayment_threshold
end