Class: ActiveRecord::ConnectionAdapters::NullDBAdapter::IndexDefinition
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::ConnectionAdapters::NullDBAdapter::IndexDefinition
- Defined in:
- lib/active_record/connection_adapters/nulldb_adapter/index_definition.rb
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.
-
#orders ⇒ Object
Returns the value of attribute orders.
-
#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
3 4 5 |
# File 'lib/active_record/connection_adapters/nulldb_adapter/index_definition.rb', line 3 def columns @columns end |
#lengths ⇒ Object
Returns the value of attribute lengths
3 4 5 |
# File 'lib/active_record/connection_adapters/nulldb_adapter/index_definition.rb', line 3 def lengths @lengths end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/active_record/connection_adapters/nulldb_adapter/index_definition.rb', line 3 def name @name end |
#orders ⇒ Object
Returns the value of attribute orders
3 4 5 |
# File 'lib/active_record/connection_adapters/nulldb_adapter/index_definition.rb', line 3 def orders @orders end |
#table ⇒ Object
Returns the value of attribute table
3 4 5 |
# File 'lib/active_record/connection_adapters/nulldb_adapter/index_definition.rb', line 3 def table @table end |
#unique ⇒ Object
Returns the value of attribute unique
3 4 5 |
# File 'lib/active_record/connection_adapters/nulldb_adapter/index_definition.rb', line 3 def unique @unique end |