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



61
62
63
# File 'lib/active_record/connection_adapters/spanner/schema_definitions.rb', line 61

def column
  @column
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



61
62
63
# File 'lib/active_record/connection_adapters/spanner/schema_definitions.rb', line 61

def name
  @name
end

#table_nameObject

Returns the value of attribute table_name

Returns:

  • (Object)

    the current value of table_name



61
62
63
# File 'lib/active_record/connection_adapters/spanner/schema_definitions.rb', line 61

def table_name
  @table_name
end