Class: ActiveRecord::ConnectionAdapters::ChangeColumnDefaultDefinition
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::ConnectionAdapters::ChangeColumnDefaultDefinition
- 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.
-
#default ⇒ Object
Returns the value of attribute default.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
118 119 120 |
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 118 def column @column end |
#default ⇒ Object
Returns the value of attribute default
118 119 120 |
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 118 def default @default end |