Class: ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Array::Data
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Array::Data
- Defined in:
- 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.
Instance Attribute Details
#encoder ⇒ Object
Returns the value of attribute encoder
10 11 12 |
# File '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 'lib/active_record/connection_adapters/postgresql/oid/array.rb', line 10 def values @values end |