Class: ActiveRecord::ConnectionAdapters::ChangeColumnDefinition
- Defined in:
- activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#name ⇒ Object
Returns the value of attribute name.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
113 114 115 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 113 def column @column end |
#name ⇒ Object
Returns the value of attribute name
113 114 115 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 113 def name @name end |