Class: ActiveRecord::QueryLogs::IdentityHandler
- Defined in:
 - activerecord/lib/active_record/query_logs.rb
 
Overview
:nodoc:
Instance Method Summary collapse
- #call(_context) ⇒ Object
 - 
  
    
      #initialize(value)  ⇒ IdentityHandler 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of IdentityHandler.
 
Constructor Details
#initialize(value) ⇒ IdentityHandler
Returns a new instance of IdentityHandler.
      86 87 88  | 
    
      # File 'activerecord/lib/active_record/query_logs.rb', line 86 def initialize(value) @value = value end  | 
  
Instance Method Details
#call(_context) ⇒ Object
      90 91 92  | 
    
      # File 'activerecord/lib/active_record/query_logs.rb', line 90 def call(_context) @value end  |