Class: ActiveRecord::ConnectionAdapters::IndexDefinition
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::ConnectionAdapters::IndexDefinition
- Defined in:
- activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb
Overview
:nodoc:
Instance Attribute Summary (collapse)
-
- (Object) columns
Returns the value of attribute columns.
-
- (Object) lengths
Returns the value of attribute lengths.
-
- (Object) name
Returns the value of attribute name.
-
- (Object) table
Returns the value of attribute table.
-
- (Object) unique
Returns the value of attribute unique.
Instance Attribute Details
- (Object) columns
Returns the value of attribute columns
262 263 264 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 262 def columns @columns end |
- (Object) lengths
Returns the value of attribute lengths
262 263 264 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 262 def lengths @lengths end |
- (Object) name
Returns the value of attribute name
262 263 264 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 262 def name @name end |
- (Object) table
Returns the value of attribute table
262 263 264 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 262 def table @table end |
- (Object) unique
Returns the value of attribute unique
262 263 264 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 262 def unique @unique end |