Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnDefinition
- Inherits:
-
ColumnDefinition
- Object
- Struct
- ColumnDefinition
- ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnDefinition
- Defined in:
- activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
Instance Attribute Summary collapse
-
#array ⇒ Object
Returns the value of attribute array.
Attributes inherited from ColumnDefinition
#after, #default, #first, #limit, #name, #null, #precision, #primary_key, #scale, #sql_type, #type
Method Summary
Methods inherited from ColumnDefinition
Methods inherited from Struct
Instance Attribute Details
#array ⇒ Object
Returns the value of attribute array
291 292 293 |
# File 'activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb', line 291 def array @array end |