Class: FundraisingProgram::GrantProject

Inherits:
Project
  • Object
show all
Defined in:
lib/fundraising_program/grant_project.rb

Instance Attribute Summary

Attributes inherited from Project

#funding, #name, #pledges_accumulated, #target_funding

Instance Method Summary collapse

Methods inherited from Project

#<=>, #add_pledge, #each_pledge, from_csv, #funding_left, #initialize, #pledges_amount, #to_s, #total_funds

Methods included from Fundable

#add_fund, #fully_funded?

Constructor Details

This class inherits a constructor from FundraisingProgram::Project

Instance Method Details

#remove_fundObject



6
7
8
# File 'lib/fundraising_program/grant_project.rb', line 6

def remove_fund
  puts "The project #{@name} is a Grant project and can't have funds removed"
end