Class: ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Array::Data

Inherits:
Struct
  • Object
show all
Defined in:
activerecord/lib/active_record/connection_adapters/postgresql/oid/array.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json

Instance Attribute Details

#encoderObject

Returns the value of attribute encoder

Returns:

  • (Object)

    the current value of encoder



10
11
12
# File 'activerecord/lib/active_record/connection_adapters/postgresql/oid/array.rb', line 10

def encoder
  @encoder
end

#valuesObject

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



10
11
12
# File 'activerecord/lib/active_record/connection_adapters/postgresql/oid/array.rb', line 10

def values
  @values
end