Class: Pledge
- Inherits:
-
Struct
- Object
- Struct
- Pledge
- Defined in:
- lib/crowdfund/pledgepool.rb
Overview
bigger number means more influence (I use them as multiplier values)
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
1 2 3 |
# File 'lib/crowdfund/pledgepool.rb', line 1 def amount @amount end |
#name ⇒ Object
Returns the value of attribute name
1 2 3 |
# File 'lib/crowdfund/pledgepool.rb', line 1 def name @name end |