Module: MortgageBuddy::Monthly

Included in:
Amoratizer, MortgageCost
Defined in:
lib/mortgage_buddy/monthly.rb

Instance Method Summary collapse

Instance Method Details

#monthly_interest_rateObject



3
4
5
# File 'lib/mortgage_buddy/monthly.rb', line 3

def monthly_interest_rate
  @interest_rate / 12 / 100
end