Class: SchemaPlus::Core::SqlStruct::IndexComponents
- Inherits:
-
Struct
- Object
- Struct
- SchemaPlus::Core::SqlStruct::IndexComponents
- Defined in:
- lib/schema_plus/core/sql_struct.rb
Instance Attribute Summary collapse
-
#algorithm ⇒ Object
Returns the value of attribute algorithm.
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#type ⇒ Object
Returns the value of attribute type.
-
#using ⇒ Object
Returns the value of attribute using.
Instance Attribute Details
#algorithm ⇒ Object
Returns the value of attribute algorithm
6 7 8 |
# File 'lib/schema_plus/core/sql_struct.rb', line 6 def algorithm @algorithm end |
#columns ⇒ Object
Returns the value of attribute columns
6 7 8 |
# File 'lib/schema_plus/core/sql_struct.rb', line 6 def columns @columns end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/schema_plus/core/sql_struct.rb', line 6 def name @name end |
#options ⇒ Object
Returns the value of attribute options
6 7 8 |
# File 'lib/schema_plus/core/sql_struct.rb', line 6 def end |
#type ⇒ Object
Returns the value of attribute type
6 7 8 |
# File 'lib/schema_plus/core/sql_struct.rb', line 6 def type @type end |
#using ⇒ Object
Returns the value of attribute using
6 7 8 |
# File 'lib/schema_plus/core/sql_struct.rb', line 6 def using @using end |