Class: DebtCeiling::CustomDebt

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Includes:
CommonMethods
Defined in:
lib/debt_ceiling/custom_debt.rb

Instance Method Summary collapse

Methods included from CommonMethods

#+, #configuration

Constructor Details

#initialize(file_attributes) ⇒ CustomDebt

Returns a new instance of CustomDebt.



13
14
15
16
# File 'lib/debt_ceiling/custom_debt.rb', line 13

def initialize(file_attributes)
  @file_attributes  = file_attributes
  @debt_amount      = default_measure_debt
end