Class: ActiveRecord::ConnectionAdapters::IndexDefinition
- Inherits:
- Struct show all
- 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.
Method Summary
Methods inherited from Struct
Instance Attribute Details
- (Object) columns
Returns the value of attribute columns
9 10 11 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 9 def columns @columns end |
- (Object) lengths
Returns the value of attribute lengths
9 10 11 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 9 def lengths @lengths end |
- (Object) name
Returns the value of attribute name
9 10 11 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 9 def name @name end |
- (Object) table
Returns the value of attribute table
9 10 11 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 9 def table @table end |
- (Object) unique
Returns the value of attribute unique
9 10 11 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 9 def unique @unique end |