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