Class: Unico::BankAccount
- Extended by:
- EnumerateIt
- Defined in:
- app/models/unico/bank_account.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#bank ⇒ Object
writeonly
Sets the attribute bank.
-
#bank_id ⇒ Object
writeonly
Sets the attribute bank_id.
Instance Method Summary collapse
Instance Attribute Details
#bank=(value) ⇒ Object (writeonly)
Sets the attribute bank
7 8 9 |
# File 'app/models/unico/bank_account.rb', line 7 def bank=(value) @bank = value end |
#bank_id=(value) ⇒ Object (writeonly)
Sets the attribute bank_id
7 8 9 |
# File 'app/models/unico/bank_account.rb', line 7 def bank_id=(value) @bank_id = value end |
Instance Method Details
#to_s ⇒ Object
28 29 30 |
# File 'app/models/unico/bank_account.rb', line 28 def to_s description end |