Class: UtopianRuby::Beneficiary
- Inherits:
-
Object
- Object
- UtopianRuby::Beneficiary
- Defined in:
- lib/beneficiary.rb
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#weight ⇒ Object
Returns the value of attribute weight.
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account.
3 4 5 |
# File 'lib/beneficiary.rb', line 3 def account @account end |
#weight ⇒ Object
Returns the value of attribute weight.
3 4 5 |
# File 'lib/beneficiary.rb', line 3 def weight @weight end |