Class: CrowdFund::Pledges
- Inherits:
-
Struct
- Object
- Struct
- CrowdFund::Pledges
- Defined in:
- lib/crowdfund/pledge.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#level ⇒ Object
Returns the value of attribute level.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
2 3 4 |
# File 'lib/crowdfund/pledge.rb', line 2 def amount @amount end |
#level ⇒ Object
Returns the value of attribute level
2 3 4 |
# File 'lib/crowdfund/pledge.rb', line 2 def level @level end |