Class: GrandProject
- Inherits:
-
Pr::Project
- Object
- Pr::Project
- GrandProject
- Defined in:
- lib/grand_project.rb
Instance Attribute Summary
Attributes inherited from Pr::Project
Instance Method Summary collapse
Methods inherited from Pr::Project
#<=>, #each_received_pledge, from_csv, #initialize, #pledges, #received_pledge, #time, #to_s, #total_funds
Methods included from Fundable
#fully_funded?, #got, #total_funding_outstanding
Constructor Details
This class inherits a constructor from Pr::Project
Instance Method Details
#lost ⇒ Object
4 5 6 7 |
# File 'lib/grand_project.rb', line 4 def lost @amount -= 0 puts "#{@name} has not lost or gained any new funds." end |