Class: ActiveRecord::ConnectionAdapters::IndexDefinition

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



202
203
204
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 202

def columns
  @columns
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



202
203
204
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 202

def name
  @name
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



202
203
204
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 202

def table
  @table
end

#uniqueObject

Returns the value of attribute unique

Returns:

  • (Object)

    the current value of unique



202
203
204
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 202

def unique
  @unique
end