Class: CrowdFund::Pledges

Inherits:
Struct
  • Object
show all
Defined in:
lib/crowdfund/pledge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



2
3
4
# File 'lib/crowdfund/pledge.rb', line 2

def amount
  @amount
end

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



2
3
4
# File 'lib/crowdfund/pledge.rb', line 2

def level
  @level
end