Class: ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Array::Data
- Defined in:
 - activerecord/lib/active_record/connection_adapters/postgresql/oid/array.rb
 
Overview
:nodoc:
Instance Attribute Summary collapse
- 
  
    
      #encoder  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute encoder.
 - 
  
    
      #values  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute values.
 
Method Summary
Methods inherited from Struct
Instance Attribute Details
#encoder ⇒ Object
Returns the value of attribute encoder
      10 11 12  | 
    
      # File 'activerecord/lib/active_record/connection_adapters/postgresql/oid/array.rb', line 10 def encoder @encoder end  | 
  
#values ⇒ Object
Returns the value of attribute values
      10 11 12  | 
    
      # File 'activerecord/lib/active_record/connection_adapters/postgresql/oid/array.rb', line 10 def values @values end  |