Class: ActiveRecord::ConnectionAdapters::ChangeColumnDefinition
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::ConnectionAdapters::ChangeColumnDefinition
- 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.
-
#options ⇒ Object
Returns the value of attribute options.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
25 26 27 |
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 25 def column @column end |
#options ⇒ Object
Returns the value of attribute options
25 26 27 |
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 25 def @options end |
#type ⇒ Object
Returns the value of attribute type
25 26 27 |
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 25 def type @type end |