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
259 260 261 |
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 259 def columns @columns end |
#lengths ⇒ Object
Returns the value of attribute lengths
259 260 261 |
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 259 def lengths @lengths end |
#name ⇒ Object
Returns the value of attribute name
259 260 261 |
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 259 def name @name end |
#table ⇒ Object
Returns the value of attribute table
259 260 261 |
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 259 def table @table end |
#unique ⇒ Object
Returns the value of attribute unique
259 260 261 |
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 259 def unique @unique end |