class ActiveRecord::Encryption::ExtendedDeterministicQueries::AdditionalValue   
        
        Attributes
| [R] | type | 
            |
| [R] | value | 
            
Public class methods
Source code GitHub
# File activerecord/lib/active_record/encryption/extended_deterministic_queries.rb, line 137
def initialize(value, type)
  @type = type
  @value = process(value)
end