Class: ActiveRecord::ConnectionAdapters::Spanner::ChangeColumnDefinition

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

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



48
49
50
# File 'lib/active_record/connection_adapters/spanner/schema_definitions.rb', line 48

def column
  @column
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



48
49
50
# File 'lib/active_record/connection_adapters/spanner/schema_definitions.rb', line 48

def name
  @name
end

#table_nameObject

Returns the value of attribute table_name

Returns:

  • (Object)

    the current value of table_name



48
49
50
# File 'lib/active_record/connection_adapters/spanner/schema_definitions.rb', line 48

def table_name
  @table_name
end