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