Class: ActiveRecord::ConnectionAdapters::ChangeColumnDefaultDefinition

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



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

def column
  @column
end

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



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

def default
  @default
end