Class: ActiveRecord::ConnectionAdapters::AddColumnDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_record/connection_adapters/abstract/schema_definitions.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



114
115
116
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 114

def column
  @column
end