Class: ActiveRecord::ConnectionAdapters::AddColumnDefinition
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::ConnectionAdapters::AddColumnDefinition
- Defined in:
- lib/active_record/connection_adapters/abstract/schema_definitions.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
72 73 74 |
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 72 def column @column end |