Sha256: e2fc04648a17b8c0b0ea80bed380b7b4f122050c125a1bc9de69b03cef633593
Contents?: true
Size: 608 Bytes
Versions: 1
Compression:
Stored size: 608 Bytes
Contents
module JpLocalGov DATA_DIR: String CHECK_DIGITS_INDEX: Integer CHECK_BASE: Integer def self?.included: (Class | Module model_class) -> (Class | Module) def self?.find: (String local_gov_code) -> (nil | JpLocalGov::LocalGov) def self?.where: (Hash[Symbol, untyped] conditions) -> (nil | Array[JpLocalGov::LocalGov]) def self?.build_local_gov: (Hash[Symbol, untyped] data, Hash[Symbol, String] conditions) -> (nil | Array[JpLocalGov::LocalGov]) def self?.filter: (Hash[Symbol, untyped] target, Hash[Symbol, String] conditions) -> bool def self?.valid_code?: (String code) -> bool end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jp_local_gov-0.1.0 | sig/jp_local_gov.rbs |