Class: CrowdFund::Pledge
- Inherits:
-
Struct
- Object
- Struct
- CrowdFund::Pledge
- Defined in:
- lib/crowdfund/pledge_pool.rb
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
2 3 4 |
# File 'lib/crowdfund/pledge_pool.rb', line 2 def amount @amount end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/crowdfund/pledge_pool.rb', line 2 def name @name end |