module MortgageBuddy::Monthly

Public Instance Methods

monthly_interest_rate() click to toggle source
# File lib/mortgage_buddy/monthly.rb, line 3
def monthly_interest_rate
  @interest_rate / 12 / 100
end