Class: UtopianRuby::Beneficiary

Inherits:
Object
  • Object
show all
Defined in:
lib/beneficiary.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accountObject

Returns the value of attribute account.



3
4
5
# File 'lib/beneficiary.rb', line 3

def 
  @account
end

#weightObject

Returns the value of attribute weight.



3
4
5
# File 'lib/beneficiary.rb', line 3

def weight
  @weight
end