Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnDefinition

Inherits:
ColumnDefinition
  • Object
show all
Defined in:
lib/postgres_ext/active_record/connection_adapters/postgres_adapter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#arrayObject

Returns the value of attribute array.



219
220
221
# File 'lib/postgres_ext/active_record/connection_adapters/postgres_adapter.rb', line 219

def array
  @array
end