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



250
251
252
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 250

def columns
  @columns
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



250
251
252
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 250

def name
  @name
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



250
251
252
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 250

def table
  @table
end

#uniqueObject

Returns the value of attribute unique

Returns:

  • (Object)

    the current value of unique



250
251
252
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 250

def unique
  @unique
end