跳至内容 跳至搜索
方法
N

属性

[R] 类型
[R]

类公共方法

new(value, type)

# File activerecord/lib/active_record/encryption/extended_deterministic_queries.rb, line 137
def initialize(value, type)
  @type = type
  @value = process(value)
end