方法
- N
属性
[R] | 类型 | |
[R] | 值 |
类公共方法
new(value, type) 链接
源代码: 显示 | 在 GitHub 上
# File activerecord/lib/active_record/encryption/extended_deterministic_queries.rb, line 137 def initialize(value, type) @type = type @value = process(value) end
[R] | 类型 | |
[R] | 值 |
源代码: 显示 | 在 GitHub 上
# File activerecord/lib/active_record/encryption/extended_deterministic_queries.rb, line 137 def initialize(value, type) @type = type @value = process(value) end