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



68
69
70
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 68

def column
  @column
end