Class: Pledge

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



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

def amount
  @amount
end

#nameObject

Returns the value of attribute name



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

def name
  @name
end