Class: CrowdFund::GrantProject

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

Instance Attribute Summary

Attributes inherited from Project

#funding, #name, #pledges, #target

Instance Method Summary collapse

Methods inherited from Project

#initialize, #outstanding_funding, #status, #to_s

Methods included from Pledgeable

#each_pledge, #make_pledge, #pledged_funds, #total_funds

Methods included from Fundable

#<=>, #add_funds, #fully_funded?

Constructor Details

This class inherits a constructor from CrowdFund::Project

Instance Method Details

#remove_fundsObject



5
6
7
# File 'lib/crowdfund/grant_project.rb', line 5

def remove_funds
  puts "Cannot remove funds from a Grant."
end