Class: ActiveRecord::ConnectionAdapters::Mysql2IndexDefinition
- Defined in:
- activerecord/lib/active_record/connection_adapters/mysql2_adapter.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.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#columns ⇒ Object
Returns the value of attribute columns
23 24 25 |
# File 'activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb', line 23 def columns @columns end |
#lengths ⇒ Object
Returns the value of attribute lengths
23 24 25 |
# File 'activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb', line 23 def lengths @lengths end |
#name ⇒ Object
Returns the value of attribute name
23 24 25 |
# File 'activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb', line 23 def name @name end |
#table ⇒ Object
Returns the value of attribute table
23 24 25 |
# File 'activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb', line 23 def table @table end |
#unique ⇒ Object
Returns the value of attribute unique
23 24 25 |
# File 'activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb', line 23 def unique @unique end |