Class: ActiveRecord::ConnectionAdapters::NullDBAdapter::IndexDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_record/connection_adapters/nulldb_adapter/index_definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



3
4
5
# File 'lib/active_record/connection_adapters/nulldb_adapter/index_definition.rb', line 3

def columns
  @columns
end

#lengthsObject

Returns the value of attribute lengths

Returns:

  • (Object)

    the current value of lengths



3
4
5
# File 'lib/active_record/connection_adapters/nulldb_adapter/index_definition.rb', line 3

def lengths
  @lengths
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/active_record/connection_adapters/nulldb_adapter/index_definition.rb', line 3

def name
  @name
end

#ordersObject

Returns the value of attribute orders

Returns:

  • (Object)

    the current value of orders



3
4
5
# File 'lib/active_record/connection_adapters/nulldb_adapter/index_definition.rb', line 3

def orders
  @orders
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



3
4
5
# File 'lib/active_record/connection_adapters/nulldb_adapter/index_definition.rb', line 3

def table
  @table
end

#uniqueObject

Returns the value of attribute unique

Returns:

  • (Object)

    the current value of unique



3
4
5
# File 'lib/active_record/connection_adapters/nulldb_adapter/index_definition.rb', line 3

def unique
  @unique
end