文件名称:tsubaki:我的号码和公司号码验证器
文件大小:22KB
文件格式:ZIP
更新时间:2024-05-26 08:56:06
Ruby
椿树 从2015年10月开始,每位日本居民都将收到其个人号码(也称为“我的号码” )的通知,并且每家公司也将获得自己的公司号码。 此gem提供了“我的号码”和“公司号码”验证器,用于检查格式和(可选)校验位。 安装 将此行添加到您的应用程序的Gemfile中: gem 'tsubaki' 然后执行: $ bundle 或将其自己安装为: $ gem install tsubaki 用法 我的号码 我的号码由12位数字组成,最后一位用作校验位。 要验证属性的格式,请在模型中添加以下内容: # Verifies the format and its check digit with `strict` option: validates :digits , my_number : { strict : true , allow_blank : true } # Without s
【文件预览】:
tsubaki-master
----.gitignore(73B)
----Guardfile(398B)
----.rspec(31B)
----bin()
--------setup(115B)
--------console(362B)
----.travis.yml(76B)
----.rubocop.yml(254B)
----CODE_OF_CONDUCT.md(3KB)
----.ruby-version(6B)
----LICENSE.txt(1KB)
----.github()
--------CODEOWNERS(1KB)
----spec()
--------support()
--------tsubaki_spec.rb(158B)
--------tsubaki()
--------spec_helper.rb(163B)
----README.md(4KB)
----.rubocop_todo.yml(577B)
----lib()
--------tsubaki.rb(223B)
--------tsubaki()
----.circleci()
--------config.yml(2KB)
----tsubaki.gemspec(1KB)
----Gemfile(123B)
----Rakefile(145B)
----Gemfile.lock(2KB)