Module: Girocode
- Defined in:
- lib/girocode/bic.rb,
lib/girocode.rb,
lib/girocode/code.rb,
lib/girocode/version.rb
Overview
derived from bank-contact/bic by Kevin
Defined Under Namespace
Constant Summary collapse
- VERSION =
"1.0.0"
Class Method Summary collapse
Class Method Details
.new(**attrs) ⇒ Object
10 11 12 |
# File 'lib/girocode.rb', line 10 def self.new(**attrs) Girocode::Code.new(**attrs) end |