Class: ActiveRecord::Mysql::Comment::ChangeColumnDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/activerecord-mysql-comment/active_record/connection_adapters/abstract_mysql_adapter.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



27
28
29
# File 'lib/activerecord-mysql-comment/active_record/connection_adapters/abstract_mysql_adapter.rb', line 27

def column
  @column
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



27
28
29
# File 'lib/activerecord-mysql-comment/active_record/connection_adapters/abstract_mysql_adapter.rb', line 27

def name
  @name
end