Class: SchemaPlus::Core::SqlStruct::IndexComponents

Inherits:
Struct
  • Object
show all
Defined in:
lib/schema_plus/core/sql_struct.rb

Instance Attribute Summary collapse

Instance Attribute Details

#algorithmObject

Returns the value of attribute algorithm

Returns:

  • the current value of algorithm



6
7
8
# File 'lib/schema_plus/core/sql_struct.rb', line 6

def algorithm
  @algorithm
end

#columnsObject

Returns the value of attribute columns

Returns:

  • the current value of columns



6
7
8
# File 'lib/schema_plus/core/sql_struct.rb', line 6

def columns
  @columns
end

#nameObject

Returns the value of attribute name

Returns:

  • the current value of name



6
7
8
# File 'lib/schema_plus/core/sql_struct.rb', line 6

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • the current value of options



6
7
8
# File 'lib/schema_plus/core/sql_struct.rb', line 6

def options
  @options
end

#typeObject

Returns the value of attribute type

Returns:

  • the current value of type



6
7
8
# File 'lib/schema_plus/core/sql_struct.rb', line 6

def type
  @type
end

#usingObject

Returns the value of attribute using

Returns:

  • the current value of using



6
7
8
# File 'lib/schema_plus/core/sql_struct.rb', line 6

def using
  @using
end