class FundRaise::ProjectGrant
Public Instance Methods
remove_funds()
click to toggle source
# File lib/fund_raise/project_grant.rb, line 5 def remove_funds puts "#{@name} is a grant. Funds can not be removed." end