Class: Ufebs::Entities::Bank

Inherits:
Object
  • Object
show all
Includes:
HappyMapper
Defined in:
lib/ufebs/entities/bank.rb

Instance Method Summary collapse

Constructor Details

#initialize(bic: '', account: '') ⇒ Bank

Returns a new instance of Bank.



12
13
14
# File 'lib/ufebs/entities/bank.rb', line 12

def initialize(bic: '', account: '')
  @bic, @account = bic, 
end