Class: ActiveRecord::ConnectionAdapters::CreateIndexDefinition
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::ConnectionAdapters::CreateIndexDefinition
- Defined in:
- lib/active_record/connection_adapters/abstract/schema_definitions.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#algorithm ⇒ Object
Returns the value of attribute algorithm.
-
#if_not_exists ⇒ Object
Returns the value of attribute if_not_exists.
-
#index ⇒ Object
Returns the value of attribute index.
Instance Attribute Details
#algorithm ⇒ Object
Returns the value of attribute algorithm
120 121 122 |
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 120 def algorithm @algorithm end |
#if_not_exists ⇒ Object
Returns the value of attribute if_not_exists
120 121 122 |
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 120 def if_not_exists @if_not_exists end |
#index ⇒ Object
Returns the value of attribute index
120 121 122 |
# File 'lib/active_record/connection_adapters/abstract/schema_definitions.rb', line 120 def index @index end |