Class: ActiveRecord::ConnectionAdapters::ChangeColumnDefinition

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

Overview

:nodoc:

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



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

def column
  @column
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end