Class: ActiveCypher::Schema::IndexDef

Inherits:
Data
  • Object
show all
Defined in:
lib/active_cypher/schema/catalog.rb

Instance Attribute Summary collapse

Instance Attribute Details

#elementObject (readonly)

Returns the value of attribute element

Returns:

  • (Object)

    the current value of element



5
6
7
# File 'lib/active_cypher/schema/catalog.rb', line 5

def element
  @element
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



5
6
7
# File 'lib/active_cypher/schema/catalog.rb', line 5

def label
  @label
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/active_cypher/schema/catalog.rb', line 5

def name
  @name
end

#propsObject (readonly)

Returns the value of attribute props

Returns:

  • (Object)

    the current value of props



5
6
7
# File 'lib/active_cypher/schema/catalog.rb', line 5

def props
  @props
end

#uniqueObject (readonly)

Returns the value of attribute unique

Returns:

  • (Object)

    the current value of unique



5
6
7
# File 'lib/active_cypher/schema/catalog.rb', line 5

def unique
  @unique
end

#vector_optsObject (readonly)

Returns the value of attribute vector_opts

Returns:

  • (Object)

    the current value of vector_opts



5
6
7
# File 'lib/active_cypher/schema/catalog.rb', line 5

def vector_opts
  @vector_opts
end