Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnDefinition
- Inherits:
-
ColumnDefinition
- Object
- ColumnDefinition
- ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnDefinition
- Defined in:
- lib/arjdbc/postgresql/adapter.rb
Instance Attribute Summary collapse
-
#array ⇒ Object
Returns the value of attribute array.
Instance Method Summary collapse
Instance Attribute Details
#array ⇒ Object
Returns the value of attribute array.
1274 1275 1276 |
# File 'lib/arjdbc/postgresql/adapter.rb', line 1274 def array @array end |
Instance Method Details
#array? ⇒ Boolean
1275 |
# File 'lib/arjdbc/postgresql/adapter.rb', line 1275 def array?; !!@array; end |