文件名称:coda_standard:coda_standard宝石
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-07 17:41:42
Ruby
coda_standard 此gem解析某些银行使用的 (CODA)银行标准,并遵循该标准的2.2版。 该银行标准规定了银行向客户提供的电子文件的帐户交易布局以及与机芯相关的附件信息。 coda_standard gem需要Ruby版本〜> 2.0。 安装 $ gem install coda_standard 或将以下行添加到Gemfile中: gem 'coda_standard' 并从您的外壳运行bundle install 。 用法 # a new TransactionList objects array: CodaStandard :: Parser . new ( filename ) . parse # or an array of Transaction Objects from the first Transaction List: CodaStandar
【文件预览】:
coda_standard-master
----coda_standard.gemspec(1020B)
----lib()
--------coda_standard.rb(196B)
--------coda_standard()
----Gemfile(98B)
----spec()
--------invalid.cod(2KB)
--------transaction_list_spec.rb(542B)
--------spec_helper.rb(62B)
--------record_spec.rb(5KB)
--------parser_spec.rb(4KB)
--------coda.cod(2KB)
----Rakefile(29B)
----LICENSE(1KB)
----README.md(3KB)
----.gitignore(717B)