Class: CrowdFund::Pledge

Inherits:
Struct
  • Object
show all
Defined in:
lib/crowdfund/pledge_pool.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_pool.rb', line 2

def amount
  @amount
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end