Skip to Content Skip to Search
Methods
N

Attributes

[R] type
[R] value

Class Public methods

new(value, type)

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