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, #to_h

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



25
26
27
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 25

def column
  @column
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



25
26
27
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 25

def options
  @options
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



25
26
27
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 25

def type
  @type
end